Uses of Class
io.zeebe.protocol.record.BrokerInfoDecoder
-
Packages that use BrokerInfoDecoder Package Description io.zeebe.protocol.record Zeebe Protocol -
-
Uses of BrokerInfoDecoder in io.zeebe.protocol.record
Methods in io.zeebe.protocol.record that return BrokerInfoDecoder Modifier and Type Method Description BrokerInfoDecoderBrokerInfoDecoder. wrap(org.agrona.DirectBuffer buffer, int offset, int actingBlockLength, int actingVersion)BrokerInfoDecoderBrokerInfoDecoder. wrapAndApplyHeader(org.agrona.DirectBuffer buffer, int offset, MessageHeaderDecoder headerDecoder)
-