Class JacksonPayloadWriter

    • Constructor Detail

      • JacksonPayloadWriter

        public JacksonPayloadWriter​(ObjectMapper mapper)
    • Method Detail

      • write

        public Mono<ByteBuf> write​(GatewayPayload<?> payload)
        Description copied from interface: PayloadWriter
        Write a given payload to the output buffer.
        Specified by:
        write in interface PayloadWriter
        Parameters:
        payload - the output payload
        Returns:
        the publisher of outbound ByteBuf