public class OutboxUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
OUTBOX_MODEL |
Constructor and Description |
---|
OutboxUtils() |
Modifier and Type | Method and Description |
---|---|
static OutboxService |
chooseOutboxService(CdsRuntime runtime,
boolean allowPersistentOutbox)
Determines the available outbox.
|
static boolean |
hasOutboxModel(com.sap.cds.reflect.CdsModel model)
Determines whether the outbox model is available.
|
public static final String OUTBOX_MODEL
public static boolean hasOutboxModel(com.sap.cds.reflect.CdsModel model)
model
- CDS modeltrue
if outbox model is available and false
otherwise.public static OutboxService chooseOutboxService(CdsRuntime runtime, boolean allowPersistentOutbox)
runtime
- the CdsRuntime
Copyright © 2023. All rights reserved.