Programmatically support delivery on Actor
cjslep opened this issue · 1 comments
cjslep commented
Right now an S2S application cannot easily programmatically trigger pub
to do a delivery without faking a request to the PostOutbox
method.
Introduce a FederatingActor
that embeds Actor
and will expose a new Deliver
method. No more fake requests needed.