public interface UpHandler
Client usually never need to implement this interface and it is mostly used by JGroups building blocks.
Modifier and Type | Method and Description |
---|---|
Object |
up(Event evt)
Invoked for all channel events except connection management and state transfer.
|
Object |
up(Message msg) |
default void |
up(MessageBatch batch) |
Object up(Event evt)
default void up(MessageBatch batch)
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.