Uses of Class
org.alfresco.event.outbox.OutboxBuilder
-
Uses of OutboxBuilder in org.alfresco.event.outbox
Methods in org.alfresco.event.outbox that return OutboxBuilderModifier and TypeMethodDescriptionstatic OutboxBuilderOutboxBuilder.forAutodetectedDb(ConnectionSource connectionSource) Creates a newOutboxBuilderwhich will detect (lazily) the database using the providedConnectionSource.OutboxBuilder.withConfig(OutboxConfig config) Configures theOutboxConfigused by theOutboximplementation.OutboxBuilder.withMetricsAdapter(MetricsAdapter metricsAdapter) Configures theMetricsAdapterused by theOutboximplementation.OutboxBuilder.withOutboundEventConsumer(EventConsumer outboundEventConsumer) Configures the outboundEventConsumerwhich is used to relay the stored events to the target system in an asynchronous way.