module
Movie::OutboxEffect
Direct including types
Defined in:
movie/persistence/behaviors.crInstance Method Summary
- #outbox : Array(Persistence::OutboxEntry)
- #then_publish(message_id : String, destination : String, message : T) : self forall T
- #then_publish(entry : Persistence::OutboxEntry) : self
Instance Method Detail
def then_publish(message_id : String, destination : String, message : T) : self forall T
#