Interface AbstractByteArrayCommandTransport.ByteArrayReceiver

Enclosing class:
AbstractByteArrayCommandTransport

public static interface AbstractByteArrayCommandTransport.ByteArrayReceiver
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(byte[] payload)
    Notifies the Channel that the transport has received a new block.
    void