Class WebSocketStreamConfig

java.lang.Object
io.quarkus.reactivemessaging.http.runtime.config.StreamConfigBase
io.quarkus.reactivemessaging.http.runtime.config.WebSocketStreamConfig

public class WebSocketStreamConfig extends StreamConfigBase
  • Constructor Details

    • WebSocketStreamConfig

      public WebSocketStreamConfig(String path, int bufferSize, String deserializerName)
  • Method Details