Interface EmitterRegistration


@Contract public interface EmitterRegistration
Generated topology metadata for an injected messaging emitter.
  • Method Details

    • channel

      String channel()
      Target channel.
      Returns:
      target channel
    • producerId

      String producerId()
      Stable identity of the generated producer.
      Returns:
      producer identity
    • payloadGenericType

      GenericType<?> payloadGenericType()
      Produced payload type including generic arguments.
      Returns:
      payload type
    • envelopeGenericType

      GenericType<?> envelopeGenericType()
      Produced message envelope type including generic arguments.
      Returns:
      envelope type