Uses of Interface
com.sap.cds.services.outbox.OutboxMessage
Packages that use OutboxMessage
-
Uses of OutboxMessage in com.sap.cds.services.outbox
Methods in com.sap.cds.services.outbox that return OutboxMessageModifier and TypeMethodDescriptionstatic OutboxMessageOutboxMessage.create()Creates a newOutboxMessageOutboxMessageEventContext.getMessage()Methods in com.sap.cds.services.outbox with parameters of type OutboxMessageModifier and TypeMethodDescriptionvoidOutboxMessageEventContext.setMessage(OutboxMessage message) Sets theOutboxMessagestored and again published by theOutboxServicevoidOutboxService.submit(String outboxEvent, OutboxMessage message) Stores the givenOutboxMessageunder the given outbox event in the outbox.