Class StatusMessage


  • public class StatusMessage
    extends io.fabric8.mockwebserver.internal.WebSocketMessage
    WebSocketMessage that outputs a Status message.
    • Constructor Detail

      • StatusMessage

        public StatusMessage​(Status status)
        Create websocket message that returns Status on the error channel.
        Parameters:
        status - status response
      • StatusMessage

        public StatusMessage​(int exitCode)
        Create websocket message that returns a Status with the given status code on the error channel.
        Parameters:
        exitCode - exit code