Annotation Type MessageInterceptor

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String channelNamePattern
      The optional regexp pattern used to select channels by name.
      EndpointType[] endpointType
      The optional EndpointType(s) that will be intercepted.
    • Element Detail

      • channelNamePattern

        java.lang.String channelNamePattern
        The optional regexp pattern used to select channels by name.

        By default, all channels will be intercepted.

        Returns:
        regexp
        Default:
        ".*"
      • endpointType

        EndpointType[] endpointType
        The optional EndpointType(s) that will be intercepted.

        By default, both EndpointType.SENDER and EndpointType.RECEIVER endpoints will be intercepted.

        Returns:
        intercepted EndpointType(s)
        Default:
        {de.otto.synapse.endpoint.EndpointType.SENDER, de.otto.synapse.endpoint.EndpointType.RECEIVER}