Interface MetadataInjectableMessage<T>

  • Type Parameters:
    T - type of payload
    All Superinterfaces:
    Message<T>

    public interface MetadataInjectableMessage<T>
    extends Message<T>
    Message type which enables injecting new metadata without creating a new Message instance
    • Method Detail

      • injectMetadata

        void injectMetadata​(Object metadataObject)
        Inject the given metadata object
        Parameters:
        metadataObject - metadata object