Uses of Class
com.fifa.connectservicebus.sdk.api.models.MessagePeekLockByRequestHeaders
-
Packages that use MessagePeekLockByRequestHeaders Package Description com.fifa.connectservicebus.sdk.api This package contains the classes for FIFAConnectServiceBusV3.com.fifa.connectservicebus.sdk.api.implementation This package contains the implementation classes for FIFAConnectServiceBusV3.com.fifa.connectservicebus.sdk.api.models This package contains the models classes for FIFAConnectServiceBusV3. -
-
Uses of MessagePeekLockByRequestHeaders in com.fifa.connectservicebus.sdk.api
Methods in com.fifa.connectservicebus.sdk.api that return types with arguments of type MessagePeekLockByRequestHeaders Modifier and Type Method Description rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<Object,MessagePeekLockByRequestHeaders>>Messages. peekLockByRequestWithServiceResponseAsync()Gets and locks a message without deleting it from the queue.rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<Object,MessagePeekLockByRequestHeaders>>Messages. peekLockByRequestWithServiceResponseAsync(Integer timeout)Gets and locks a message without deleting it from the queue. -
Uses of MessagePeekLockByRequestHeaders in com.fifa.connectservicebus.sdk.api.implementation
Methods in com.fifa.connectservicebus.sdk.api.implementation that return types with arguments of type MessagePeekLockByRequestHeaders Modifier and Type Method Description rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<Object,MessagePeekLockByRequestHeaders>>MessagesImpl. peekLockByRequestWithServiceResponseAsync()Gets and locks a message without deleting it from the queue.rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<Object,MessagePeekLockByRequestHeaders>>MessagesImpl. peekLockByRequestWithServiceResponseAsync(Integer timeout)Gets and locks a message without deleting it from the queue. -
Uses of MessagePeekLockByRequestHeaders in com.fifa.connectservicebus.sdk.api.models
Methods in com.fifa.connectservicebus.sdk.api.models that return MessagePeekLockByRequestHeaders Modifier and Type Method Description MessagePeekLockByRequestHeadersMessagePeekLockByRequestHeaders. withBrokerProperties(String brokerProperties)Set jSON-encoded set of BrokeredMessage properties.MessagePeekLockByRequestHeadersMessagePeekLockByRequestHeaders. withXAction(String xAction)Set name of the action.MessagePeekLockByRequestHeadersMessagePeekLockByRequestHeaders. withXProperties(String xProperties)Set unencrypted properties of the message.
-