Uses of Class
io.split.engine.sse.client.SSEClient.StatusMessage
-
Packages that use SSEClient.StatusMessage Package Description io.split.engine.sse io.split.engine.sse.client -
-
Uses of SSEClient.StatusMessage in io.split.engine.sse
Methods in io.split.engine.sse with parameters of type SSEClient.StatusMessage Modifier and Type Method Description voidPushStatusTracker. handleSseStatus(SSEClient.StatusMessage newStatus)voidPushStatusTrackerImp. handleSseStatus(SSEClient.StatusMessage newStatus) -
Uses of SSEClient.StatusMessage in io.split.engine.sse.client
Methods in io.split.engine.sse.client that return SSEClient.StatusMessage Modifier and Type Method Description static SSEClient.StatusMessageSSEClient.StatusMessage. valueOf(String name)Returns the enum constant of this type with the specified name.static SSEClient.StatusMessage[]SSEClient.StatusMessage. values()Returns an array containing the constants of this enum type, in the order they are declared.
-