Interface McpSseEndpoint


public interface McpSseEndpoint
  • Method Summary

    Modifier and Type
    Method
    Description
    io.smallrye.mutiny.Multi<org.jboss.resteasy.reactive.client.SseEvent<String>>
    get()
     
  • Method Details

    • get

      @GET @Produces("text/event-stream") io.smallrye.mutiny.Multi<org.jboss.resteasy.reactive.client.SseEvent<String>> get()