Interface BaseInterceptor<P>

All Known Subinterfaces:
Interceptor

public interface BaseInterceptor<P>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    intercept(P packet, RemotingConnection connection)
    Intercepts a packet which is received before it is sent to the channel
  • Method Details

    • intercept

      boolean intercept(P packet, RemotingConnection connection) throws ActiveMQException
      Intercepts a packet which is received before it is sent to the channel
      Parameters:
      packet - the packet being received
      connection - the connection the packet was received on
      Returns:
      true to process the next interceptor and handle the packet, false to abort processing of the packet
      Throws:
      ActiveMQException