Interface EventExternalizationTransport


public interface EventExternalizationTransport
SPI to capture the strategy to externalize the given event payload using a particular implementation technology, usually a message broker.
Since:
2.1
Author:
Oliver Drotbohm
  • Method Summary

    Modifier and Type
    Method
    Description
    externalize(Object payload, RoutingTarget target)
    Execute the actual externalization using a particular messaging infrastructure.
  • Method Details

    • externalize

      CompletableFuture<?> externalize(Object payload, RoutingTarget target)
      Execute the actual externalization using a particular messaging infrastructure.
      Parameters:
      payload - will never be null.
      target - will never be null.
      Returns:
      must not be null.