public interface OutboxService extends Service
Modifier and Type | Field and Description |
---|---|
static String |
INMEMORY_NAME |
static String |
IS_OUTBOXED |
static String |
PERSISTENT_NAME |
Modifier and Type | Method and Description |
---|---|
void |
enroll(String targetEvent,
String message)
Stores the given message under the given target event in the outbox.
|
static final String IS_OUTBOXED
static final String PERSISTENT_NAME
static final String INMEMORY_NAME
void enroll(String targetEvent, String message)
targetEvent
- the target event with which the message is stored and again published by the OutboxService
message
- the outbox message stored and again published by the OutboxService
Copyright © 2021. All rights reserved.