java.lang.Object
de.codecentric.boot.admin.server.web.client.LegacyEndpointConverter

public class LegacyEndpointConverter extends Object
Author:
Johannes Edmeier
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    LegacyEndpointConverter(String endpointId, Function<reactor.core.publisher.Flux<org.springframework.core.io.buffer.DataBuffer>,reactor.core.publisher.Flux<org.springframework.core.io.buffer.DataBuffer>> converterFn)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    canConvert(Object endpointId)
     
    reactor.core.publisher.Flux<org.springframework.core.io.buffer.DataBuffer>
    convert(reactor.core.publisher.Flux<org.springframework.core.io.buffer.DataBuffer> body)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LegacyEndpointConverter

      protected LegacyEndpointConverter(String endpointId, Function<reactor.core.publisher.Flux<org.springframework.core.io.buffer.DataBuffer>,reactor.core.publisher.Flux<org.springframework.core.io.buffer.DataBuffer>> converterFn)
  • Method Details

    • canConvert

      public boolean canConvert(Object endpointId)
    • convert

      public reactor.core.publisher.Flux<org.springframework.core.io.buffer.DataBuffer> convert(reactor.core.publisher.Flux<org.springframework.core.io.buffer.DataBuffer> body)