Uses of Class
com.sportradar.mbs.sdk.entities.response.CancelAckResponse
Packages that use CancelAckResponse
- 
Uses of CancelAckResponse in com.sportradar.mbs.sdk.entities.response
Methods in com.sportradar.mbs.sdk.entities.response that return CancelAckResponseModifier and TypeMethodDescriptionCancelAckResponse.Builder.build()Builds the CancelAckResponse instance. - 
Uses of CancelAckResponse in com.sportradar.mbs.sdk.protocol
Methods in com.sportradar.mbs.sdk.protocol that return CancelAckResponseModifier and TypeMethodDescriptiondefault CancelAckResponseTicketProtocol.sendCancelAck(CancelAckRequest request) Sends a cancel acknowledgment request synchronously and returns the corresponding response.Methods in com.sportradar.mbs.sdk.protocol that return types with arguments of type CancelAckResponseModifier and TypeMethodDescriptionTicketProtocol.sendCancelAckAsync(CancelAckRequest request) Sends a cancel acknowledgment request asynchronously and returns a CompletableFuture representing the response.