public interface IMessageSink
| Modifier and Type | Method and Description | 
|---|---|
| boolean | allowIncomingMessage(MessageIn message,
                    int id)Allow or drop an incoming message | 
| boolean | allowOutgoingMessage(MessageOut message,
                    int id,
                    java.net.InetAddress to)Allow or drop an outgoing message | 
boolean allowOutgoingMessage(MessageOut message, int id, java.net.InetAddress to)
boolean allowIncomingMessage(MessageIn message, int id)
Copyright © 2018 The Apache Software Foundation