Skip navigation links
C D E F G I L O R S T V 

C

cantPeekServiceBusMessageBecauseOfAPIError(int, String, String, String) - Method in interface textback.servicebus.ServicebusLogger
 
cantPeekServiceBusMessageBecauseOfException(String, Throwable) - Method in interface textback.servicebus.ServicebusLogger
 
cantPeekServiceBusMessageBecauseOfExceptionReadingResponse(String, Throwable) - Method in interface textback.servicebus.ServicebusLogger
 
cantSendServiceBusMessageBecauseOfAPIError(int, String, String, String) - Method in interface textback.servicebus.ServicebusLogger
 
cantSendServiceBusMessageBecauseOfEmptySAS() - Method in interface textback.servicebus.ServicebusLogger
 
cantSendServiceBusMessageBecauseOfException(String, Throwable) - Method in interface textback.servicebus.ServicebusLogger
 

D

DEFAULT_BASE_ADDRESS - Static variable in class textback.servicebus.SbApi
Basic vertx event bus address to received messages from
DEFAULT_EVENTBUS_TIMEOUT - Static variable in class textback.servicebus.SbApi
Azure default lock time is 60s, so give 5 sec to respond
DEFAULT_RECEIVED_MESSAGE_ADDRESS - Static variable in class textback.servicebus.SbApi
 
DEFAULT_SEND_MESSAGE_ADDRESS - Static variable in class textback.servicebus.SbApi
 
DEFAULT_THROTTLING_MAX_REQUESTS - Static variable in class textback.servicebus.SbApi
 

E

EventbusTimeoutAction - Enum in textback.servicebus
 

F

fatalFailedToInitializeSecureRandom(Throwable) - Method in interface textback.servicebus.ServicebusLogger
 

G

getHMAC256(String, String) - Static method in class textback.servicebus.SasUtils
 
getSASToken(String, String, String, int) - Static method in class textback.servicebus.SasUtils
 

I

InboundDispatchMode - Enum in textback.servicebus
how verticle should dispatch received message
init(Vertx, Context) - Method in class textback.servicebus.SbApi
 
invalidConfigPropertyNotSet(String) - Method in interface textback.servicebus.ServicebusLogger
 
invalidSASKey(String, String, InvalidKeyException) - Method in interface textback.servicebus.ServicebusLogger
 
isExpired() - Method in class textback.servicebus.Sas
 

L

LOG - Static variable in interface textback.servicebus.ServicebusLogger
 

O

onSendMessage(Message) - Method in class textback.servicebus.SbApi
Invoked by eventbus on @SEND_MESSAGE_ADDRESS

R

readConfig(JsonObject) - Method in class textback.servicebus.SbApi
Supported config: AZURE_SB_KEYNAME - servicebus access key name; system, env; required AZURE_SB_KEY - servicebus access key; system, env; required AZURE_SB_NAMESPACE - servicebus namespace; system, env; required AZURE_SB_LISTEN_QUEUE_NAME - servicebus queue to listen; config, system, env; optional EB_RECEIVE_ADDRESS - eventbus address to which received messages are sent; config, default; optional EB_SEND_ADDRESS - eventbus address which is listened for messages to be sent to Azure ServiceBus; config, default; optional AZURE_SB_INBOUND_DISPATCH_MODE - how verticle should dispatch received message; config, system, env; optional

S

Sas - Class in textback.servicebus
Shared signature DTO
Sas(String, LocalDateTime, LocalDateTime) - Constructor for class textback.servicebus.Sas
 
sasKeyCantBeCreated(String, String) - Method in interface textback.servicebus.ServicebusLogger
 
sasKeyCantBeRecreated(String, String) - Method in interface textback.servicebus.ServicebusLogger
 
sasKeyCreated(String, String, String) - Method in interface textback.servicebus.ServicebusLogger
 
sasKeyExpired(String, String, String) - Method in interface textback.servicebus.ServicebusLogger
 
sasKeyRecreated(String, String, String) - Method in interface textback.servicebus.ServicebusLogger
 
SasUtils - Class in textback.servicebus
 
SasUtils() - Constructor for class textback.servicebus.SasUtils
 
SbApi - Class in textback.servicebus
Sends messages to service bus when message received.
SbApi() - Constructor for class textback.servicebus.SbApi
 
SbHeaders - Enum in textback.servicebus
Created by kkors on 11.12.2015.
ServicebusLogger - Interface in textback.servicebus
Logs messages for tg-srv
start() - Method in class textback.servicebus.SbApi
 

T

textback.servicebus - package textback.servicebus
Azure Service Bus integration.
traceDeletedMessageBecauseOfEventbusTimeout(String) - Method in interface textback.servicebus.ServicebusLogger
 
traceDeletedMessageWithStatusCode(int, String, String) - Method in interface textback.servicebus.ServicebusLogger
 
tracePeekingMessageFromQueue(String, String) - Method in interface textback.servicebus.ServicebusLogger
 
tracePeekMessageFromQueue(String, String, String, String) - Method in interface textback.servicebus.ServicebusLogger
 
tracePeekNoMessageFromQueue(String, String, String) - Method in interface textback.servicebus.ServicebusLogger
 
traceReleaseLockOnMessageBecauseOfEventbusTimeout(String) - Method in interface textback.servicebus.ServicebusLogger
 
traceSendingMessageToQueue(String, String, String) - Method in interface textback.servicebus.ServicebusLogger
 
traceSentMessageToQueue(String, String, String, String) - Method in interface textback.servicebus.ServicebusLogger
 
traceSkipPollingBecauseOfThrottling() - Method in interface textback.servicebus.ServicebusLogger
 
traceUnlockedMessageWithStatusCode(int, String, String) - Method in interface textback.servicebus.ServicebusLogger
 

V

valueOf(String) - Static method in enum textback.servicebus.EventbusTimeoutAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum textback.servicebus.InboundDispatchMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum textback.servicebus.SbHeaders
Returns the enum constant of this type with the specified name.
values() - Static method in enum textback.servicebus.EventbusTimeoutAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum textback.servicebus.InboundDispatchMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum textback.servicebus.SbHeaders
Returns an array containing the constants of this enum type, in the order they are declared.
C D E F G I L O R S T V 
Skip navigation links