Interface Outbox


public interface Outbox
The main entrypoint to the Outbox module. It allows to store an event (getInboundEventConsumer()). When started (start()) it will begin relaying the stored Events to the target system.
An Outbox instance can be created by the OutboxBuilder
See Also: