Index

A B C D E F G H I J L M N O P R S T U V W X Y Z 
All Classes|All Packages|Constant Field Values|Deprecated API

A

a() - Method in record class de.wuespace.telestion.examples.TestVerticle.Configuration
Returns the value of the a record component.
add(String, Boolean...) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Appends multiple Boolean values assigned to the key.
add(String, Byte...) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Appends multiple Byte values assigned to the key.
add(String, Character...) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Appends multiple Character values assigned to the key.
add(String, Double...) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Appends multiple Double values assigned to the key.
add(String, Float...) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Appends multiple Float values assigned to the key.
add(String, Integer...) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Appends multiple Integer values assigned to the key.
add(String, Long...) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Appends multiple Long values assigned to the key.
add(String, String...) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Appends multiple String values assigned to the key.
addAll(HeaderInformation) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Appends all values assigned to their keys from the HeaderInformation object to already existing values.
addAll(MultiMap) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Appends all values assigned to their keys from the MultiMap to already existing values.
addAll(Map<String, String>) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Appends all values assigned to their keys from the Map to already existing values.
address() - Method in record class de.wuespace.telestion.examples.PingVerticle.Configuration
Returns the value of the address record component.
address() - Method in record class de.wuespace.telestion.examples.PongVerticle.Configuration
Returns the value of the address record component.
Address - Class in de.wuespace.telestion.services.message
Class for composing Addresses for the Verticles.
There are: outgoing: Verticles publish there results on the eventbus on this address if the result is not for a specific Verticle alone incoming: Verticles listen on the eventbus for packages here addresses.

This class should only be used in static context.
app_name() - Method in record class de.wuespace.telestion.application.Configuration
Returns the value of the app_name record component.
args() - Method in record class de.wuespace.telestion.examples.messages.SimpleCommand
Returns the value of the args record component.
attach(DeliveryOptions) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Attaches the wrapped Vert.x headers to the DeliveryOptions and return them again for further usage.

B

baudRate() - Method in record class de.wuespace.telestion.services.connection.rework.serial.SerialConn.Configuration
Returns the value of the baudRate record component.
body() - Method in record class de.wuespace.telestion.api.verticle.trait.DecodedMessage
Returns the value of the body record component.

C

cancel() - Method in record class de.wuespace.telestion.api.verticle.trait.Timing
Cancels the timing on the associated Vert.x instance.
className() - Method in interface de.wuespace.telestion.api.message.JsonMessage
Returns the simple class name of the implementing subclass.
clear() - Method in class de.wuespace.telestion.api.message.HeaderInformation
Clears all values assigned to their keys.
clear() - Static method in class de.wuespace.telestion.services.logging.MessageMDC
Same as MDC.clear().
clientTimeout() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpServer.Configuration
Returns the value of the clientTimeout record component.
close() - Method in interface de.wuespace.telestion.services.util.SafeCloseable
Same as Closeable.close() but it is not allowed to throw an IOException.
command() - Method in record class de.wuespace.telestion.examples.messages.SimpleCommand
Returns the value of the command record component.
compose(Class<V>, Future<Message<T>>) - Static method in record class de.wuespace.telestion.api.verticle.trait.DecodedMessage
Returns a Future which succeeds with the messageFuture's body as JsonMessage.
conDetails() - Method in record class de.wuespace.telestion.services.connection.rework.ConnectionData
Returns the value of the conDetails record component.
conDetails() - Method in record class de.wuespace.telestion.services.connection.rework.SenderData
Returns the value of the conDetails record component.
config() - Method in class de.wuespace.telestion.api.verticle.TelestionVerticle
Block the usage of config() in inheriting classes.
config() - Method in record class de.wuespace.telestion.application.VerticleConfig
Returns the value of the config record component.
Config - Class in de.wuespace.telestion.api.config
Deprecated, for removal: This API element is subject to removal in a future version.
replaced by TelestionVerticle
Config() - Constructor for class de.wuespace.telestion.api.config.Config
Deprecated.
 
Configuration - Record Class in de.wuespace.telestion.application
The base application configuration object.
Configuration() - Constructor for record class de.wuespace.telestion.examples.DefaultConfigVerticle.Configuration
 
Configuration() - Constructor for record class de.wuespace.telestion.examples.header.Publisher.Configuration
 
Configuration() - Constructor for record class de.wuespace.telestion.examples.header.Receiver.Configuration
 
Configuration() - Constructor for record class de.wuespace.telestion.examples.header.Requester.Configuration
 
Configuration() - Constructor for record class de.wuespace.telestion.examples.header.Responder.Configuration
 
Configuration(long, long, String) - Constructor for record class de.wuespace.telestion.examples.SayHello.Configuration
Creates an instance of a Configuration record class.
Configuration(String) - Constructor for record class de.wuespace.telestion.examples.DefaultConfigVerticle.Configuration
Creates an instance of a Configuration record class.
Configuration(String) - Constructor for record class de.wuespace.telestion.examples.header.Receiver.Configuration
Creates an instance of a Configuration record class.
Configuration(String) - Constructor for record class de.wuespace.telestion.examples.header.Responder.Configuration
Creates an instance of a Configuration record class.
Configuration(String) - Constructor for record class de.wuespace.telestion.examples.PongVerticle.Configuration
Creates an instance of a Configuration record class.
Configuration(String, int) - Constructor for record class de.wuespace.telestion.examples.header.Publisher.Configuration
Creates an instance of a Configuration record class.
Configuration(String, int) - Constructor for record class de.wuespace.telestion.examples.header.Requester.Configuration
Creates an instance of a Configuration record class.
Configuration(String, int) - Constructor for record class de.wuespace.telestion.examples.PingVerticle.Configuration
Creates an instance of a Configuration record class.
Configuration(String, String) - Constructor for record class de.wuespace.telestion.examples.SimpleCommandHandler.Configuration
Creates an instance of a Configuration record class.
Configuration(String, String) - Constructor for record class de.wuespace.telestion.services.connection.rework.tcp.TcpDispatcher.Configuration
Creates an instance of a Configuration record class.
Configuration(String, String...) - Constructor for record class de.wuespace.telestion.services.connection.rework.Receiver.Configuration
Creates an instance of a Configuration record class.
Configuration(String, String...) - Constructor for record class de.wuespace.telestion.services.connection.rework.Sender.Configuration
Creates an instance of a Configuration record class.
Configuration(String, String, long) - Constructor for record class de.wuespace.telestion.services.connection.rework.tcp.TcpClient.Configuration
Creates an instance of a Configuration record class.
Configuration(String, String, ConnectionDetails) - Constructor for record class de.wuespace.telestion.services.connection.rework.StaticSender.Configuration
Creates an instance of a Configuration record class.
Configuration(String, String, Integer) - Constructor for record class de.wuespace.telestion.examples.TestVerticle.Configuration
Creates an instance of a Configuration record class.
Configuration(String, String, String) - Constructor for record class de.wuespace.telestion.services.connection.rework.serial.SerialConn.Configuration
 
Configuration(String, String, String, int) - Constructor for record class de.wuespace.telestion.services.connection.rework.tcp.TcpServer.Configuration
 
Configuration(String, String, String, int, long) - Constructor for record class de.wuespace.telestion.services.connection.rework.serial.SerialConn.Configuration
Creates an instance of a Configuration record class.
Configuration(String, String, String, int, long) - Constructor for record class de.wuespace.telestion.services.connection.rework.tcp.TcpServer.Configuration
Creates an instance of a Configuration record class.
Configuration(String, List<VerticleConfig>) - Constructor for record class de.wuespace.telestion.application.Configuration
Creates an instance of a Configuration record class.
connectionAddresses() - Method in record class de.wuespace.telestion.services.connection.rework.Receiver.Configuration
Returns the value of the connectionAddresses record component.
connectionAddresses() - Method in record class de.wuespace.telestion.services.connection.rework.Sender.Configuration
Returns the value of the connectionAddresses record component.
ConnectionData - Record Class in de.wuespace.telestion.services.connection.rework
Data-Object for sending received data from incoming connections over the EventBus.
Apart from containing the raw data from the stream, also connection-details are contained, which (if needed) allow for connection-specific operations, e.g.
ConnectionData(byte[], ConnectionDetails) - Constructor for record class de.wuespace.telestion.services.connection.rework.ConnectionData
Creates an instance of a ConnectionData record class.
ConnectionDetails - Interface in de.wuespace.telestion.services.connection.rework
 
contains(String) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Returns true, if at least one value is assigned to the key.
content() - Method in record class de.wuespace.telestion.examples.messages.SimpleMessage
Returns the value of the content record component.
COUNTER_DEFAULT_VALUE - Static variable in class de.wuespace.telestion.examples.header.DelayCounterInformation
 
COUNTER_KEY - Static variable in class de.wuespace.telestion.examples.header.DelayCounterInformation
 

D

data() - Method in record class de.wuespace.telestion.services.connection.rework.RawMessage
Returns the value of the data record component.
data() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpData
Returns the value of the data record component.
data() - Method in record class de.wuespace.telestion.services.connection.SerialData
Deprecated.
Returns the value of the data record component.
data() - Method in record class de.wuespace.telestion.services.connection.TcpConn.Data
Deprecated.
Returns the value of the data record component.
Data(TcpConn.Participant, byte[]) - Constructor for record class de.wuespace.telestion.services.connection.TcpConn.Data
Deprecated.
Creates an instance of a Data record class.
de.wuespace.telestion.api.config - package de.wuespace.telestion.api.config
Telestion API - Config
de.wuespace.telestion.api.message - package de.wuespace.telestion.api.message
Telestion API - Message
de.wuespace.telestion.api.verticle - package de.wuespace.telestion.api.verticle
Telestion API - Telestion Verticle
de.wuespace.telestion.api.verticle.trait - package de.wuespace.telestion.api.verticle.trait
Telestion API - Telestion Verticle Traits
de.wuespace.telestion.application - package de.wuespace.telestion.application
 
de.wuespace.telestion.examples - package de.wuespace.telestion.examples
 
de.wuespace.telestion.examples.header - package de.wuespace.telestion.examples.header
 
de.wuespace.telestion.examples.messages - package de.wuespace.telestion.examples.messages
 
de.wuespace.telestion.launcher - package de.wuespace.telestion.launcher
 
de.wuespace.telestion.services.connection - package de.wuespace.telestion.services.connection
 
de.wuespace.telestion.services.connection.rework - package de.wuespace.telestion.services.connection.rework
 
de.wuespace.telestion.services.connection.rework.serial - package de.wuespace.telestion.services.connection.rework.serial
 
de.wuespace.telestion.services.connection.rework.tcp - package de.wuespace.telestion.services.connection.rework.tcp
 
de.wuespace.telestion.services.connection.rework.udp - package de.wuespace.telestion.services.connection.rework.udp
 
de.wuespace.telestion.services.logging - package de.wuespace.telestion.services.logging
 
de.wuespace.telestion.services.message - package de.wuespace.telestion.services.message
 
de.wuespace.telestion.services.monitoring - package de.wuespace.telestion.services.monitoring
 
de.wuespace.telestion.services.util - package de.wuespace.telestion.services.util
 
de.wuespace.telestion.services.web - package de.wuespace.telestion.services.web
 
DecodedMessage<V extends JsonMessage,​T extends io.vertx.core.json.JsonObject> - Record Class in de.wuespace.telestion.api.verticle.trait
A wrapper for a Vert.x message and its body as JsonMessage.
DecodedMessage(V, Message<T>) - Constructor for record class de.wuespace.telestion.api.verticle.trait.DecodedMessage
Creates an instance of a DecodedMessage record class.
DEFAULT_TIMEOUT - Static variable in class de.wuespace.telestion.services.connection.rework.tcp.TcpTimeouts
 
DefaultConfigVerticle - Class in de.wuespace.telestion.examples
A very simple verticle which should present the usage of automatic loading of the default configuration in a Telestion verticle.
DefaultConfigVerticle() - Constructor for class de.wuespace.telestion.examples.DefaultConfigVerticle
 
DefaultConfigVerticle.Configuration - Record Class in de.wuespace.telestion.examples
 
defaultLocalMap() - Method in interface de.wuespace.telestion.api.verticle.trait.WithSharedData
Return the default local map for this specific verticle.
defaultRemoteMap() - Method in interface de.wuespace.telestion.api.verticle.trait.WithSharedData
Return the default remote map for this specific verticle.
defaultStorageKey() - Method in interface de.wuespace.telestion.api.verticle.trait.WithSharedData
Return the default storage key for this specific verticle used for the WithSharedData.defaultLocalMap() and WithSharedData.defaultRemoteMap() verticle storage spaces.
delay() - Method in record class de.wuespace.telestion.examples.header.Publisher.Configuration
Returns the value of the delay record component.
delay() - Method in record class de.wuespace.telestion.examples.header.Requester.Configuration
Returns the value of the delay record component.
DELAY_DEFAULT_VALUE - Static variable in class de.wuespace.telestion.examples.header.DelayCounterInformation
 
DELAY_KEY - Static variable in class de.wuespace.telestion.examples.header.DelayCounterInformation
 
DelayCounterInformation - Class in de.wuespace.telestion.examples.header
 
DelayCounterInformation() - Constructor for class de.wuespace.telestion.examples.header.DelayCounterInformation
 
DelayCounterInformation(int, int) - Constructor for class de.wuespace.telestion.examples.header.DelayCounterInformation
 
DelayCounterInformation(DelayCounterInformation) - Constructor for class de.wuespace.telestion.examples.header.DelayCounterInformation
 
DelayCounterInformation(DeliveryOptions) - Constructor for class de.wuespace.telestion.examples.header.DelayCounterInformation
 
DelayCounterInformation(Message<?>) - Constructor for class de.wuespace.telestion.examples.header.DelayCounterInformation
 
DelayCounterInformation(MultiMap) - Constructor for class de.wuespace.telestion.examples.header.DelayCounterInformation
 
details() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpData
Returns the value of the details record component.
duration() - Method in record class de.wuespace.telestion.examples.SayHello.Configuration
Returns the value of the duration record component.

E

equals(Object) - Method in class de.wuespace.telestion.api.message.HeaderInformation
 
equals(Object) - Method in record class de.wuespace.telestion.api.verticle.GenericConfiguration
Deprecated.
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.api.verticle.NoConfiguration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.api.verticle.trait.DecodedMessage
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.api.verticle.trait.Timing
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.api.verticle.UntypedConfiguration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.application.Configuration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.application.VerticleConfig
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.examples.DefaultConfigVerticle.Configuration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.examples.header.Publisher.Configuration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.examples.header.Receiver.Configuration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.examples.header.Requester.Configuration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.examples.header.Responder.Configuration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.examples.messages.Position
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.examples.messages.Positions
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.examples.messages.SimpleCommand
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.examples.messages.SimpleMessage
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.examples.PingVerticle.Configuration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.examples.PongVerticle.Configuration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.examples.SayHello.Configuration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.examples.SimpleCommandHandler.Configuration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.examples.TestVerticle.Configuration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.services.connection.rework.ConnectionData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.services.connection.rework.RawMessage
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.services.connection.rework.Receiver.Configuration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.services.connection.rework.Sender.Configuration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.services.connection.rework.SenderData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.services.connection.rework.serial.SerialConn.Configuration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.services.connection.rework.serial.SerialDetails
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.services.connection.rework.StaticSender.Configuration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpClient.Configuration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpDetails
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpDispatcher.Configuration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpServer.Configuration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.services.connection.rework.Tuple
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.services.connection.rework.udp.UdpDetails
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.services.connection.SerialData
Deprecated.
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.services.connection.TcpConn.Data
Deprecated.
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.services.connection.TcpConn.Participant
Deprecated.
Indicates whether some other object is "equal to" this one.
EventbusTcpBridge - Class in de.wuespace.telestion.services.connection
EventbusTcpBridge is a verticle which uses SockJS-WebSockets to extend the vertx.eventBus() to an HTTP-Server.
EventbusTcpBridge() - Constructor for class de.wuespace.telestion.services.connection.EventbusTcpBridge
If this constructor is used all, settings have to be specified in the config file.
EventbusTcpBridge(String, int, List<String>, List<String>) - Constructor for class de.wuespace.telestion.services.connection.EventbusTcpBridge
This constructor supplies default options and uses the defaultSockJSBridgeOptions for the applied rules.
ExtendedMessageHandler<V extends JsonMessage,​T> - Interface in de.wuespace.telestion.api.verticle.trait
An event handler which accepts the decoded body of the message and the message itself and returns nothing.

F

from(Buffer, Class<T>) - Static method in interface de.wuespace.telestion.api.message.JsonMessage
Constructs a JsonMessage from a buffer which contains an encoded JSON string.
from(DeliveryOptions) - Static method in class de.wuespace.telestion.api.message.HeaderInformation
Creates a new HeaderInformation object from DeliveryOptions.
from(DeliveryOptions) - Static method in class de.wuespace.telestion.api.message.MultiMapUtils
Extracts the Vert.x headers from the DeliveryOptions.
from(DeliveryOptions) - Static method in class de.wuespace.telestion.examples.header.DelayCounterInformation
 
from(DeliveryOptions) - Static method in class de.wuespace.telestion.examples.header.TimeInformation
 
from(Message<?>) - Static method in class de.wuespace.telestion.api.message.HeaderInformation
Creates a new HeaderInformation object from a Vert.x message.
from(Message<?>) - Static method in class de.wuespace.telestion.api.message.MultiMapUtils
Extracts the Vert.x headers from the Message.
from(Message<?>) - Static method in class de.wuespace.telestion.examples.header.DelayCounterInformation
 
from(Message<?>) - Static method in class de.wuespace.telestion.examples.header.TimeInformation
 
from(Message<?>, Class<T>) - Static method in interface de.wuespace.telestion.api.message.JsonMessage
Constructs a JsonMessage from a Vert.x EventBus Message body.
from(MultiMap) - Static method in class de.wuespace.telestion.api.message.HeaderInformation
Creates a new HeaderInformation object from existing Vert.x headers.
from(MultiMap) - Static method in class de.wuespace.telestion.examples.header.DelayCounterInformation
 
from(MultiMap) - Static method in class de.wuespace.telestion.examples.header.TimeInformation
 
from(Object, Class<T>) - Static method in interface de.wuespace.telestion.api.message.JsonMessage
Constructs a JsonMessage from a plain Object.
from(String, Class<T>) - Static method in interface de.wuespace.telestion.api.message.JsonMessage
Constructs a JsonMessage from a JSON String.
fromConnectionData(ConnectionData) - Static method in record class de.wuespace.telestion.services.connection.rework.SenderData
 

G

GenericConfiguration - Record Class in de.wuespace.telestion.api.verticle
Deprecated.
Use UntypedConfiguration to indicate generic, untyped configuration or NoConfiguration to indicate no configuration options instead. To build your own typed configuration options, implement TelestionConfiguration.
GenericConfiguration() - Constructor for record class de.wuespace.telestion.api.verticle.GenericConfiguration
Deprecated.
Creates an instance of a GenericConfiguration record class.
GenericSimpleCommandHandler - Class in de.wuespace.telestion.examples
 
GenericSimpleCommandHandler() - Constructor for class de.wuespace.telestion.examples.GenericSimpleCommandHandler
 
get(String) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Returns the first stored value assigned to the key as String.
get(String, String) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Returns the first stored value assigned to the key as String.
get(T, JsonObject, Class<T>) - Static method in class de.wuespace.telestion.api.config.Config
Deprecated.
Selects the right configuration file.
get(T, T, JsonObject, Class<T>) - Static method in class de.wuespace.telestion.api.config.Config
Deprecated.
Selects the right configuration file.
getAll(String) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Returns a list of all stored values assigned to the key as a list of Strings.
getBoolean(String) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Returns the first stored value assigned to the key as Boolean.
getBoolean(String, boolean) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Returns the first stored value assigned to the key as Boolean.
getByte(String) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Returns the first stored value assigned to the key as Byte.
getByte(String, byte) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Returns the first stored value assigned to the key as Byte.
getChar(String) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Returns the first stored value assigned to the key as Character.
getChar(String, char) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Returns the first stored value assigned to the key as Character.
getConfig() - Method in class de.wuespace.telestion.api.verticle.TelestionVerticle
Get the verticle configuration in the Configuration type format.
getConfig() - Method in class de.wuespace.telestion.services.connection.rework.tcp.TcpServer
 
getConfigType() - Method in class de.wuespace.telestion.api.verticle.TelestionVerticle
Get the Configuration Class type from the inheriting class.
getCounter() - Method in class de.wuespace.telestion.examples.header.DelayCounterInformation
 
getDefaultConfig() - Method in class de.wuespace.telestion.api.verticle.TelestionVerticle
Get the default verticle configuration in the Configuration type format.
getDelay() - Method in class de.wuespace.telestion.examples.header.DelayCounterInformation
 
getDouble(String) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Returns the first stored value assigned to the key as Double.
getDouble(String, double) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Returns the first stored value assigned to the key as Double.
getFloat(String) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Returns the first stored value assigned to the key as Float.
getFloat(String, float) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Returns the first stored value assigned to the key as Float.
getGenericConfig() - Method in class de.wuespace.telestion.api.verticle.TelestionVerticle
Get the verticle configuration in a generic format.
getGenericDefaultConfig() - Method in class de.wuespace.telestion.api.verticle.TelestionVerticle
Get the default verticle configuration in a generic format.
getHeaders() - Method in class de.wuespace.telestion.api.message.HeaderInformation
Returns the wrapped Vert.x headers ready to use in DeliveryOptions or the WithEventBus verticle trait.
getInt(String) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Returns the first stored value assigned to the key as Integer.
getInt(String, int) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Returns the first stored value assigned to the key as Integer.
getLong(String) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Returns the first stored value assigned to the key as Long.
getLong(String, long) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Returns the first stored value assigned to the key as Long.
getReceiveTime() - Method in class de.wuespace.telestion.examples.header.TimeInformation
 
getSendTime() - Method in class de.wuespace.telestion.examples.header.TimeInformation
 

H

handle(T) - Method in interface de.wuespace.telestion.api.verticle.trait.MessageHandler
 
handle(V, Message<T>) - Method in interface de.wuespace.telestion.api.verticle.trait.ExtendedMessageHandler
 
hashCode() - Method in class de.wuespace.telestion.api.message.HeaderInformation
 
hashCode() - Method in record class de.wuespace.telestion.api.verticle.GenericConfiguration
Deprecated.
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.api.verticle.NoConfiguration
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.api.verticle.trait.DecodedMessage
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.api.verticle.trait.Timing
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.api.verticle.UntypedConfiguration
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.application.Configuration
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.application.VerticleConfig
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.examples.DefaultConfigVerticle.Configuration
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.examples.header.Publisher.Configuration
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.examples.header.Receiver.Configuration
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.examples.header.Requester.Configuration
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.examples.header.Responder.Configuration
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.examples.messages.Position
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.examples.messages.Positions
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.examples.messages.SimpleCommand
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.examples.messages.SimpleMessage
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.examples.PingVerticle.Configuration
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.examples.PongVerticle.Configuration
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.examples.SayHello.Configuration
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.examples.SimpleCommandHandler.Configuration
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.examples.TestVerticle.Configuration
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.services.connection.rework.ConnectionData
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.services.connection.rework.RawMessage
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.services.connection.rework.Receiver.Configuration
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.services.connection.rework.Sender.Configuration
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.services.connection.rework.SenderData
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.services.connection.rework.serial.SerialConn.Configuration
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.services.connection.rework.serial.SerialDetails
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.services.connection.rework.StaticSender.Configuration
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpClient.Configuration
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpData
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpDetails
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpDispatcher.Configuration
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpServer.Configuration
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.services.connection.rework.Tuple
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.services.connection.rework.udp.UdpDetails
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.services.connection.SerialData
Deprecated.
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.services.connection.TcpConn.Data
Deprecated.
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.services.connection.TcpConn.Participant
Deprecated.
Returns a hash code value for this object.
HeaderInformation - Class in de.wuespace.telestion.api.message
Description
HeaderInformation() - Constructor for class de.wuespace.telestion.api.message.HeaderInformation
Creates a new HeaderInformation object with empty headers.
HeaderInformation(DeliveryOptions) - Constructor for class de.wuespace.telestion.api.message.HeaderInformation
Creates a new HeaderInformation object with the headers from the DeliveryOptions.
HeaderInformation(Message<?>) - Constructor for class de.wuespace.telestion.api.message.HeaderInformation
Creates a new HeaderInformation object with the headers from the Vert.x message.
HeaderInformation(MultiMap) - Constructor for class de.wuespace.telestion.api.message.HeaderInformation
Creates a new HeaderInformation object with the provided Vert.x headers.
HelloWorld - Class in de.wuespace.telestion.examples
Test-Class.
Will be removed by the first release.
HelloWorld() - Constructor for class de.wuespace.telestion.examples.HelloWorld
 
host() - Method in record class de.wuespace.telestion.services.connection.TcpConn.Participant
Deprecated.
Returns the value of the host record component.
hostAddress() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpServer.Configuration
Returns the value of the hostAddress record component.
HystrixMetrics - Class in de.wuespace.telestion.services.monitoring
A verticle which streams the hystrix-metrics to a given address.
HystrixMetrics() - Constructor for class de.wuespace.telestion.services.monitoring.HystrixMetrics
 
HystrixMetrics(int, String) - Constructor for class de.wuespace.telestion.services.monitoring.HystrixMetrics
 

I

id() - Method in record class de.wuespace.telestion.api.verticle.trait.Timing
Returns the value of the id record component.
inAddress() - Method in record class de.wuespace.telestion.examples.header.Receiver.Configuration
Returns the value of the inAddress record component.
inAddress() - Method in record class de.wuespace.telestion.examples.SimpleCommandHandler.Configuration
Returns the value of the inAddress record component.
inAddress() - Method in record class de.wuespace.telestion.examples.TestVerticle.Configuration
Returns the value of the inAddress record component.
inAddress() - Method in record class de.wuespace.telestion.services.connection.rework.serial.SerialConn.Configuration
Returns the value of the inAddress record component.
inAddress() - Method in record class de.wuespace.telestion.services.connection.rework.StaticSender.Configuration
Returns the value of the inAddress record component.
inAddress() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpClient.Configuration
Returns the value of the inAddress record component.
inAddress() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpDispatcher.Configuration
Returns the value of the inAddress record component.
inAddress() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpServer.Configuration
Returns the value of the inAddress record component.
incoming(Verticle) - Static method in class de.wuespace.telestion.services.message.Address
Creates a new incoming address from a Verticle and returns it as a String.
incoming(Verticle, String) - Static method in class de.wuespace.telestion.services.message.Address
Creates a new incoming address from a method within a Verticle and returns it as a String.
incoming(Class<? extends Verticle>) - Static method in class de.wuespace.telestion.services.message.Address
Creates a new incoming address from a Verticle and returns it as a String.
incoming(Class<? extends Verticle>, String) - Static method in class de.wuespace.telestion.services.message.Address
Creates a new incoming address from a method within a Verticle and returns it as a String.
inputAddress() - Method in record class de.wuespace.telestion.services.connection.rework.Sender.Configuration
Returns the value of the inputAddress record component.
interval() - Method in record class de.wuespace.telestion.examples.PingVerticle.Configuration
Returns the value of the interval record component.
interval(long, Handler<Long>) - Method in interface de.wuespace.telestion.api.verticle.trait.WithTiming
Like setPeriodic, but returns a special handler which cancels the interval when called.
interval(Duration, Handler<Long>) - Method in interface de.wuespace.telestion.api.verticle.trait.WithTiming
intervalStream(long) - Method in interface de.wuespace.telestion.api.verticle.trait.WithTiming
 
intervalStream(Duration) - Method in interface de.wuespace.telestion.api.verticle.trait.WithTiming
ip() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpDetails
Returns the value of the ip record component.
ip() - Method in record class de.wuespace.telestion.services.connection.rework.udp.UdpDetails
Returns the value of the ip record component.
isActiveCon(Tuple<String, Integer>) - Method in class de.wuespace.telestion.services.connection.rework.tcp.TcpServer
 
isEmpty() - Method in class de.wuespace.telestion.api.message.HeaderInformation
Returns true, if the wrapped Vert.x headers have no entries.

J

json() - Method in interface de.wuespace.telestion.api.message.JsonMessage
Deprecated.
Use JsonMessage.toJsonObject() to get a JSON object representation of this message or use JsonMessage.toJsonString() to get a JSON string.
json() - Method in record class de.wuespace.telestion.application.VerticleConfig
The whole verticle configuration is stored in a JsonObject.
jsonConfig() - Method in record class de.wuespace.telestion.application.VerticleConfig
The config is a JsonObject which is defined by the verticle.
JsonMessage - Interface in de.wuespace.telestion.api.message
Description

L

Launcher - Class in de.wuespace.telestion.launcher
A generic org.telestion.launcher.launcher class which deploys Verticles.
Launcher() - Constructor for class de.wuespace.telestion.launcher.Launcher
 
list() - Method in record class de.wuespace.telestion.examples.messages.Positions
Returns the value of the list record component.
localMap(String) - Method in interface de.wuespace.telestion.api.verticle.trait.WithSharedData
Return a local map from the specified storage space.
logger - Static variable in interface de.wuespace.telestion.api.message.JsonMessage
 
logger - Variable in class de.wuespace.telestion.api.verticle.TelestionVerticle
The default logger instance.

M

magnitude() - Method in record class de.wuespace.telestion.application.VerticleConfig
Returns the value of the magnitude record component.
main(String[]) - Static method in class de.wuespace.telestion.application.Telestion
Deploys this Telestion verticle.
main(String[]) - Static method in class de.wuespace.telestion.examples.DefaultConfigVerticle
 
main(String[]) - Static method in class de.wuespace.telestion.examples.header.Publisher
 
main(String[]) - Static method in class de.wuespace.telestion.examples.header.Receiver
 
main(String[]) - Static method in class de.wuespace.telestion.examples.header.Requester
 
main(String[]) - Static method in class de.wuespace.telestion.examples.header.Responder
 
main(String[]) - Static method in class de.wuespace.telestion.examples.PingVerticle
 
main(String[]) - Static method in class de.wuespace.telestion.examples.PongVerticle
 
main(String[]) - Static method in class de.wuespace.telestion.examples.PositionPublisher
Deprecated.
main(String[]) - Static method in class de.wuespace.telestion.examples.SayHello
 
main(String[]) - Static method in class de.wuespace.telestion.launcher.Launcher
main(String[]) - Static method in class de.wuespace.telestion.services.connection.SerialConn
Deprecated.
 
merge(HeaderInformation...) - Static method in class de.wuespace.telestion.api.message.HeaderInformation
Merges an array of HeaderInformation objects into one HeaderInformation object.
merge(MultiMap...) - Static method in class de.wuespace.telestion.api.message.MultiMapUtils
Merges an array of multi-maps into one multi-map with the addAll function.
merge(List<HeaderInformation>) - Static method in class de.wuespace.telestion.api.message.HeaderInformation
Merges a list of HeaderInformation objects into one HeaderInformation object.
merge(List<MultiMap>) - Static method in class de.wuespace.telestion.api.message.MultiMapUtils
Merges a list of multi-maps into one multi-map with the addAll function.
merge(Stream<HeaderInformation>) - Static method in class de.wuespace.telestion.api.message.HeaderInformation
Merges a stream of HeaderInformation objects into one HeaderInformation object.
merge(Stream<MultiMap>) - Static method in class de.wuespace.telestion.api.message.MultiMapUtils
Merges a stream of multi-maps into one multi-map with the addAll function.
message() - Method in record class de.wuespace.telestion.api.verticle.trait.DecodedMessage
Returns the value of the message record component.
message() - Method in record class de.wuespace.telestion.examples.DefaultConfigVerticle.Configuration
Returns the value of the message record component.
message() - Method in record class de.wuespace.telestion.examples.SayHello.Configuration
Returns the value of the message record component.
MessageHandler<T extends JsonMessage> - Interface in de.wuespace.telestion.api.verticle.trait
An event handler which accepts the decoded body of the message and returns nothing.
MessageLogger - Class in de.wuespace.telestion.services.monitoring
A verticle which logs the message traffic.
MessageLogger() - Constructor for class de.wuespace.telestion.services.monitoring.MessageLogger
 
MessageMDC - Class in de.wuespace.telestion.services.logging
A MDC implementation for the Message object.
MessageMDC() - Constructor for class de.wuespace.telestion.services.logging.MessageMDC
 
MultiMapUtils - Class in de.wuespace.telestion.api.message
Utilities for the Vert.x multimap.
MultiMapUtils() - Constructor for class de.wuespace.telestion.api.message.MultiMapUtils
 

N

name() - Method in record class de.wuespace.telestion.application.VerticleConfig
Returns the value of the name record component.
names() - Method in class de.wuespace.telestion.api.message.HeaderInformation
Returns an immutable set of all keys which have values assigned to.
NO_RESPONSES - Static variable in class de.wuespace.telestion.services.connection.rework.tcp.TcpTimeouts
 
NO_TIME - Static variable in class de.wuespace.telestion.examples.header.TimeInformation
 
NO_TIMEOUT - Static variable in class de.wuespace.telestion.services.connection.rework.tcp.TcpTimeouts
 
NoConfiguration - Record Class in de.wuespace.telestion.api.verticle
The type of configuration for a TelestionVerticle that you use to indicate that the verticle doesn't accept any configuration.
NoConfiguration() - Constructor for record class de.wuespace.telestion.api.verticle.NoConfiguration
Creates an instance of a NoConfiguration record class.

O

on(Class<T>, Buffer) - Static method in interface de.wuespace.telestion.api.message.JsonMessage
Like JsonMessage.on(Class, Buffer, Handler, Handler) but returns a Future which resolves when the conversion completes successfully or fails when a DecodeException or an IllegalArgumentException occurs during conversion.
on(Class<T>, Buffer, Handler<T>) - Static method in interface de.wuespace.telestion.api.message.JsonMessage
Like JsonMessage.on(Class, Buffer, Handler, Handler) but without an exception handler.
on(Class<T>, Buffer, Handler<T>, Handler<RuntimeException>) - Static method in interface de.wuespace.telestion.api.message.JsonMessage
Asynchronous version of JsonMessage.from(Buffer, Class).
on(Class<T>, Message<?>) - Static method in interface de.wuespace.telestion.api.message.JsonMessage
Like JsonMessage.on(Class, Message, Handler, Handler) but returns a Future which resolves when the conversion completes successfully or fails when a DecodeException occurs during conversion.
on(Class<T>, Message<?>, Handler<T>) - Static method in interface de.wuespace.telestion.api.message.JsonMessage
Like JsonMessage.on(Class, Message, Handler, Handler) but without an exception handler.
on(Class<T>, Message<?>, Handler<T>, Handler<RuntimeException>) - Static method in interface de.wuespace.telestion.api.message.JsonMessage
Asynchronous version of JsonMessage.from(Message, Class).
on(Class<T>, Object) - Static method in interface de.wuespace.telestion.api.message.JsonMessage
Like JsonMessage.on(Class, Object, Handler, Handler) but returns a Future which resolves when the conversion completes successfully or fails when a DecodeException or an IllegalArgumentException occurs during conversion.
on(Class<T>, Object, Handler<T>) - Static method in interface de.wuespace.telestion.api.message.JsonMessage
Like JsonMessage.on(Class, Object, Handler, Handler) but without an exception handler.
on(Class<T>, Object, Handler<T>, Handler<RuntimeException>) - Static method in interface de.wuespace.telestion.api.message.JsonMessage
Asynchronous version of JsonMessage.from(Object, Class).
on(Class<T>, String) - Static method in interface de.wuespace.telestion.api.message.JsonMessage
Like JsonMessage.on(Class, String, Handler, Handler) but returns a Future which resolves when the conversion completes successfully or fails when a DecodeException or an IllegalArgumentException occurs during conversion.
on(Class<T>, String, Handler<T>) - Static method in interface de.wuespace.telestion.api.message.JsonMessage
Like JsonMessage.on(Class, String, Handler, Handler) but without an exception handler.
on(Class<T>, String, Handler<T>, Handler<RuntimeException>) - Static method in interface de.wuespace.telestion.api.message.JsonMessage
Asynchronous version of JsonMessage.from(String, Class).
on(Class<V>, Message<T>) - Static method in record class de.wuespace.telestion.api.verticle.trait.DecodedMessage
Return a Future which succeeds with the Vert.x message's body as JsonMessage.
onStart() - Method in class de.wuespace.telestion.api.verticle.TelestionVerticle
Starts the verticle.
onStart() - Method in class de.wuespace.telestion.examples.DefaultConfigVerticle
 
onStart() - Method in class de.wuespace.telestion.examples.GenericSimpleCommandHandler
 
onStart() - Method in class de.wuespace.telestion.examples.header.Publisher
 
onStart() - Method in class de.wuespace.telestion.examples.header.Receiver
 
onStart() - Method in class de.wuespace.telestion.examples.header.Requester
 
onStart() - Method in class de.wuespace.telestion.examples.header.Responder
 
onStart() - Method in class de.wuespace.telestion.examples.HelloWorld
 
onStart() - Method in class de.wuespace.telestion.examples.PingVerticle
 
onStart() - Method in class de.wuespace.telestion.examples.PongVerticle
 
onStart() - Method in class de.wuespace.telestion.examples.PositionPublisher
 
onStart() - Method in class de.wuespace.telestion.examples.RandomPositionPublisher
 
onStart() - Method in class de.wuespace.telestion.examples.SimpleCommandHandler
 
onStart() - Method in class de.wuespace.telestion.examples.SystemInfoVerticle
 
onStart() - Method in class de.wuespace.telestion.examples.TestVerticle
 
onStart(Promise<Void>) - Method in class de.wuespace.telestion.api.verticle.TelestionVerticle
Starts the verticle.
onStart(Promise<Void>) - Method in class de.wuespace.telestion.examples.SayHello
 
onStop() - Method in class de.wuespace.telestion.api.verticle.TelestionVerticle
Stops the verticle.
onStop(Promise<Void>) - Method in class de.wuespace.telestion.api.verticle.TelestionVerticle
Stops the verticle.
outAddress() - Method in record class de.wuespace.telestion.examples.header.Publisher.Configuration
Returns the value of the outAddress record component.
outAddress() - Method in record class de.wuespace.telestion.examples.TestVerticle.Configuration
Returns the value of the outAddress record component.
outAddress() - Method in record class de.wuespace.telestion.services.connection.rework.serial.SerialConn.Configuration
Returns the value of the outAddress record component.
outAddress() - Method in record class de.wuespace.telestion.services.connection.rework.StaticSender.Configuration
Returns the value of the outAddress record component.
outAddress() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpClient.Configuration
Returns the value of the outAddress record component.
outAddress() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpDispatcher.Configuration
Returns the value of the outAddress record component.
outAddress() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpServer.Configuration
Returns the value of the outAddress record component.
outgoing(Verticle) - Static method in class de.wuespace.telestion.services.message.Address
Creates a new outgoing address from a Verticle and returns it as a String.
outgoing(Verticle, String) - Static method in class de.wuespace.telestion.services.message.Address
Creates a new outgoing address from a method within a Verticle and returns it as a String.
outgoing(Class<? extends Verticle>) - Static method in class de.wuespace.telestion.services.message.Address
Creates a new outgoing address from a Verticle and returns it as a String.
outgoing(Class<? extends Verticle>, String) - Static method in class de.wuespace.telestion.services.message.Address
Creates a new outgoing address from a method within a Verticle and returns it as a String.
outputAddr() - Method in record class de.wuespace.telestion.services.connection.rework.Receiver.Configuration
Returns the value of the outputAddr record component.

P

packetId() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpDetails
Returns the value of the packetId record component.
packetId() - Method in record class de.wuespace.telestion.services.connection.rework.udp.UdpDetails
Returns the value of the packetId record component.
participant() - Method in record class de.wuespace.telestion.services.connection.TcpConn.Data
Deprecated.
Returns the value of the participant record component.
Participant(String, int) - Constructor for record class de.wuespace.telestion.services.connection.TcpConn.Participant
Deprecated.
Creates an instance of a Participant record class.
period() - Method in record class de.wuespace.telestion.examples.SayHello.Configuration
Returns the value of the period record component.
pingAddress() - Method in record class de.wuespace.telestion.examples.SimpleCommandHandler.Configuration
Returns the value of the pingAddress record component.
PingVerticle - Class in de.wuespace.telestion.examples
 
PingVerticle() - Constructor for class de.wuespace.telestion.examples.PingVerticle
 
PingVerticle.Configuration - Record Class in de.wuespace.telestion.examples
 
PongVerticle - Class in de.wuespace.telestion.examples
 
PongVerticle() - Constructor for class de.wuespace.telestion.examples.PongVerticle
 
PongVerticle.Configuration - Record Class in de.wuespace.telestion.examples
 
port() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpDetails
Returns the value of the port record component.
port() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpServer.Configuration
Returns the value of the port record component.
port() - Method in record class de.wuespace.telestion.services.connection.rework.udp.UdpDetails
Returns the value of the port record component.
port() - Method in record class de.wuespace.telestion.services.connection.TcpConn.Participant
Deprecated.
Returns the value of the port record component.
Position - Record Class in de.wuespace.telestion.examples.messages
Data class which contains a position.
Position(double, double, double) - Constructor for record class de.wuespace.telestion.examples.messages.Position
Creates an instance of a Position record class.
PositionPublisher - Class in de.wuespace.telestion.examples
A class which publishes positions every two seconds.
PositionPublisher() - Constructor for class de.wuespace.telestion.examples.PositionPublisher
 
Positions - Record Class in de.wuespace.telestion.examples.messages
A list message containing multiple Position.
Positions(List<Position>) - Constructor for record class de.wuespace.telestion.examples.messages.Positions
Creates an instance of a Positions record class.
publish(String, JsonMessage) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
publish(String, JsonMessage, HeaderInformation...) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
publish(String, JsonMessage, DeliveryOptions) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
publish(String, JsonMessage, DeliveryOptions, HeaderInformation...) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
publish(String, JsonMessage, DeliveryOptions, MultiMap...) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
publish(String, JsonMessage, MultiMap...) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
publish(String, Object) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
publish(String, Object, HeaderInformation...) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
publish(String, Object, DeliveryOptions) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
publish(String, Object, DeliveryOptions, HeaderInformation...) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
publish(String, Object, DeliveryOptions, MultiMap...) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
publish(String, Object, MultiMap...) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
Publisher - Class in de.wuespace.telestion.examples.header
 
Publisher() - Constructor for class de.wuespace.telestion.examples.header.Publisher
 
Publisher.Configuration - Record Class in de.wuespace.telestion.examples.header
 
put(String, Message<?>) - Static method in class de.wuespace.telestion.services.logging.MessageMDC
Puts a message object to the MDC store like MDC.put(String, String).

Following objects are stored:
address replyAddress headers send body
The key is either the name of the objects, if the key is null or key.name.
putCloseable(String, Message<?>) - Static method in class de.wuespace.telestion.services.logging.MessageMDC
Puts a message object to the MDC store and returns a SafeCloseable almost like MDC.putCloseable(String, String).

See MessageMDC.put(String, Message) for the elements which are put to the store.

R

RandomPositionPublisher - Class in de.wuespace.telestion.examples
Test class.
RandomPositionPublisher() - Constructor for class de.wuespace.telestion.examples.RandomPositionPublisher
 
rawData() - Method in record class de.wuespace.telestion.services.connection.rework.ConnectionData
Returns the value of the rawData record component.
rawData() - Method in record class de.wuespace.telestion.services.connection.rework.SenderData
Returns the value of the rawData record component.
RawMessage - Record Class in de.wuespace.telestion.services.connection.rework
 
RawMessage(byte[]) - Constructor for record class de.wuespace.telestion.services.connection.rework.RawMessage
Creates an instance of a RawMessage record class.
RECEIVE_TIME - Static variable in class de.wuespace.telestion.examples.header.TimeInformation
 
Receiver - Class in de.wuespace.telestion.examples.header
 
Receiver - Class in de.wuespace.telestion.services.connection.rework
 
Receiver() - Constructor for class de.wuespace.telestion.examples.header.Receiver
 
Receiver() - Constructor for class de.wuespace.telestion.services.connection.rework.Receiver
 
Receiver(Receiver.Configuration) - Constructor for class de.wuespace.telestion.services.connection.rework.Receiver
 
Receiver.Configuration - Record Class in de.wuespace.telestion.examples.header
 
Receiver.Configuration - Record Class in de.wuespace.telestion.services.connection.rework
 
register(String, ExtendedMessageHandler<V, T>, Class<V>) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
register(String, MessageHandler<V>, Class<V>) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
register(String, Handler<Message<T>>) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
remoteMap(String) - Method in interface de.wuespace.telestion.api.verticle.trait.WithSharedData
Return a remote map from the specified storage space.
remove(String) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Removes all values assigned to the key.
remove(String) - Static method in class de.wuespace.telestion.services.logging.MessageMDC
Removes the message object with the given key from the MDC store (like MDC.remove(String)).
request(String, JsonMessage) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
request(String, JsonMessage, HeaderInformation...) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
request(String, JsonMessage, DeliveryOptions) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
request(String, JsonMessage, DeliveryOptions, HeaderInformation...) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
request(String, JsonMessage, DeliveryOptions, MultiMap...) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
request(String, JsonMessage, MultiMap...) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
request(String, JsonMessage, Class<V>) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
request(String, JsonMessage, Class<V>, HeaderInformation...) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
request(String, JsonMessage, Class<V>, DeliveryOptions) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
request(String, JsonMessage, Class<V>, DeliveryOptions, HeaderInformation...) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
request(String, JsonMessage, Class<V>, DeliveryOptions, MultiMap...) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
request(String, JsonMessage, Class<V>, MultiMap...) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
request(String, Object) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
request(String, Object, HeaderInformation...) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
request(String, Object, DeliveryOptions) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
request(String, Object, DeliveryOptions, HeaderInformation...) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
request(String, Object, DeliveryOptions, MultiMap...) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
request(String, Object, MultiMap...) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
request(String, Object, Class<V>) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
request(String, Object, Class<V>, HeaderInformation...) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
request(String, Object, Class<V>, DeliveryOptions) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
request(String, Object, Class<V>, DeliveryOptions, HeaderInformation...) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
request(String, Object, Class<V>, DeliveryOptions, MultiMap...) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
request(String, Object, Class<V>, MultiMap...) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
requestAddress() - Method in record class de.wuespace.telestion.examples.header.Requester.Configuration
Returns the value of the requestAddress record component.
Requester - Class in de.wuespace.telestion.examples.header
 
Requester() - Constructor for class de.wuespace.telestion.examples.header.Requester
 
Requester.Configuration - Record Class in de.wuespace.telestion.examples.header
 
respondAddress() - Method in record class de.wuespace.telestion.examples.header.Responder.Configuration
Returns the value of the respondAddress record component.
Responder - Class in de.wuespace.telestion.examples.header
 
Responder() - Constructor for class de.wuespace.telestion.examples.header.Responder
 
Responder.Configuration - Record Class in de.wuespace.telestion.examples.header
 

S

safe(UnsafePredicate<T>) - Static method in interface de.wuespace.telestion.services.util.UnsafePredicate
Wraps an unsafe predicate into a safe one.
safe(Closeable) - Static method in interface de.wuespace.telestion.services.util.SafeCloseable
Wraps the given Closeable into a SafeCloseable which logs and prints the stacktrace of the thrown IOException.
SafeCloseable - Interface in de.wuespace.telestion.services.util
A Closeable which does not throw IOExceptions.
sampleTime() - Method in record class de.wuespace.telestion.services.connection.rework.serial.SerialConn.Configuration
Returns the value of the sampleTime record component.
SayHello - Class in de.wuespace.telestion.examples
A class which says hello and shows the usage of configuration files.
SayHello() - Constructor for class de.wuespace.telestion.examples.SayHello
 
SayHello.Configuration - Record Class in de.wuespace.telestion.examples
 
send(String, JsonMessage) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
send(String, JsonMessage, HeaderInformation...) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
send(String, JsonMessage, DeliveryOptions) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
send(String, JsonMessage, DeliveryOptions, HeaderInformation...) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
send(String, JsonMessage, DeliveryOptions, MultiMap...) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
send(String, JsonMessage, MultiMap...) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
send(String, Object) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
send(String, Object, HeaderInformation...) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
send(String, Object, DeliveryOptions) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
send(String, Object, DeliveryOptions, HeaderInformation...) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
send(String, Object, DeliveryOptions, MultiMap...) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
send(String, Object, MultiMap...) - Method in interface de.wuespace.telestion.api.verticle.trait.WithEventBus
 
SEND_TIME - Static variable in class de.wuespace.telestion.examples.header.TimeInformation
 
Sender - Class in de.wuespace.telestion.services.connection.rework
 
Sender() - Constructor for class de.wuespace.telestion.services.connection.rework.Sender
 
Sender(Sender.Configuration) - Constructor for class de.wuespace.telestion.services.connection.rework.Sender
 
Sender.Configuration - Record Class in de.wuespace.telestion.services.connection.rework
 
SenderData - Record Class in de.wuespace.telestion.services.connection.rework
Data-Object for the data which must be sent over a network-connection.
Apart from containing the raw data from the stream, also connection-details are contained, which allow to determine the target where to send the data to.
SenderData(byte[], ConnectionDetails...) - Constructor for record class de.wuespace.telestion.services.connection.rework.SenderData
Creates an instance of a SenderData record class.
SerialConn - Class in de.wuespace.telestion.services.connection.rework.serial
 
SerialConn - Class in de.wuespace.telestion.services.connection
Deprecated, for removal: This API element is subject to removal in a future version.
SerialConn() - Constructor for class de.wuespace.telestion.services.connection.rework.serial.SerialConn
 
SerialConn() - Constructor for class de.wuespace.telestion.services.connection.SerialConn
Deprecated.
 
SerialConn(SerialConn.Configuration) - Constructor for class de.wuespace.telestion.services.connection.rework.serial.SerialConn
 
SerialConn(SerialConn.Configuration) - Constructor for class de.wuespace.telestion.services.connection.SerialConn
Deprecated.
 
SerialConn(String, String, String) - Constructor for class de.wuespace.telestion.services.connection.SerialConn
Deprecated.
 
SerialConn.Configuration - Record Class in de.wuespace.telestion.services.connection.rework.serial
 
SerialData - Record Class in de.wuespace.telestion.services.connection
Deprecated, for removal: This API element is subject to removal in a future version.
SerialData(byte[]) - Constructor for record class de.wuespace.telestion.services.connection.SerialData
Deprecated.
Creates an instance of a SerialData record class.
SerialDetails - Record Class in de.wuespace.telestion.services.connection.rework.serial
 
SerialDetails(String) - Constructor for record class de.wuespace.telestion.services.connection.rework.serial.SerialDetails
Creates an instance of a SerialDetails record class.
serialPort() - Method in record class de.wuespace.telestion.services.connection.rework.serial.SerialConn.Configuration
Returns the value of the serialPort record component.
serialPort() - Method in record class de.wuespace.telestion.services.connection.rework.serial.SerialDetails
Returns the value of the serialPort record component.
set(String, Boolean...) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Replaces multiple Boolean values with the old allocation assigned to the key.
set(String, Byte...) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Replaces multiple Byte values with the old allocation assigned to the key.
set(String, Character...) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Replaces multiple Character values with the old allocation assigned to the key.
set(String, Double...) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Replaces multiple Double values with the old allocation assigned to the key.
set(String, Float...) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Replaces multiple Float values with the old allocation assigned to the key.
set(String, Integer...) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Replaces multiple Integer values with the old allocation assigned to the key.
set(String, Long...) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Replaces multiple Long values with the old allocation assigned to the key.
set(String, String...) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Replaces multiple String values with the old allocation assigned to the key.
setAll(HeaderInformation) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Replaces all values assigned to their keys with the content of the HeaderInformation object.
setAll(MultiMap) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Replaces all values assigned to their keys with the content of the MultiMap.
setAll(Map<String, String>) - Method in class de.wuespace.telestion.api.message.HeaderInformation
Replaces all values assigned to their keys with the content of the Map.
setCounter(int) - Method in class de.wuespace.telestion.examples.header.DelayCounterInformation
 
setData(String) - Method in class de.wuespace.telestion.examples.TestVerticle
 
setDefaultConfig(JsonObject) - Method in class de.wuespace.telestion.api.verticle.TelestionVerticle
Set the default verticle configuration and update the verticle configuration.
setDefaultConfig(T) - Method in class de.wuespace.telestion.api.verticle.TelestionVerticle
Set the default verticle configuration and update the verticle configuration.
setDelay(int) - Method in class de.wuespace.telestion.examples.header.DelayCounterInformation
 
setReceiveTime(long) - Method in class de.wuespace.telestion.examples.header.TimeInformation
 
setSendTime(long) - Method in class de.wuespace.telestion.examples.header.TimeInformation
 
SimpleCommand - Record Class in de.wuespace.telestion.examples.messages
 
SimpleCommand(String, String[]) - Constructor for record class de.wuespace.telestion.examples.messages.SimpleCommand
Creates an instance of a SimpleCommand record class.
SimpleCommandHandler - Class in de.wuespace.telestion.examples
 
SimpleCommandHandler() - Constructor for class de.wuespace.telestion.examples.SimpleCommandHandler
 
SimpleCommandHandler.Configuration - Record Class in de.wuespace.telestion.examples
 
SimpleMessage - Record Class in de.wuespace.telestion.examples.messages
 
SimpleMessage(String, String) - Constructor for record class de.wuespace.telestion.examples.messages.SimpleMessage
Creates an instance of a SimpleMessage record class.
size() - Method in class de.wuespace.telestion.api.message.HeaderInformation
Returns the number of all keys which have values assigned to.
start() - Method in class de.wuespace.telestion.api.verticle.TelestionVerticle
 
start(Promise<Void>) - Method in class de.wuespace.telestion.api.verticle.TelestionVerticle
 
start(Promise<Void>) - Method in class de.wuespace.telestion.application.Telestion
 
start(Promise<Void>) - Method in class de.wuespace.telestion.services.connection.EventbusTcpBridge
 
start(Promise<Void>) - Method in class de.wuespace.telestion.services.connection.rework.Receiver
 
start(Promise<Void>) - Method in class de.wuespace.telestion.services.connection.rework.Sender
 
start(Promise<Void>) - Method in class de.wuespace.telestion.services.connection.rework.serial.SerialConn
 
start(Promise<Void>) - Method in class de.wuespace.telestion.services.connection.rework.StaticSender
 
start(Promise<Void>) - Method in class de.wuespace.telestion.services.connection.rework.tcp.TcpClient
 
start(Promise<Void>) - Method in class de.wuespace.telestion.services.connection.rework.tcp.TcpDispatcher
 
start(Promise<Void>) - Method in class de.wuespace.telestion.services.connection.rework.tcp.TcpServer
 
start(Promise<Void>) - Method in class de.wuespace.telestion.services.connection.SerialConn
Deprecated.
 
start(Promise<Void>) - Method in class de.wuespace.telestion.services.connection.TcpConn
Deprecated.
 
start(Promise<Void>) - Method in class de.wuespace.telestion.services.monitoring.HystrixMetrics
 
start(Promise<Void>) - Method in class de.wuespace.telestion.services.monitoring.MessageLogger
 
start(Promise<Void>) - Method in class de.wuespace.telestion.services.web.WebServer
 
start(Verticle...) - Static method in class de.wuespace.telestion.launcher.Launcher
Deploys the given Verticles.
If Vert.x fails to deploy a Verticle, it will retry after 5 secs.
start(String...) - Static method in class de.wuespace.telestion.launcher.Launcher
Deploys the given Verticles.
If Vert.x fails to deploy a Verticle, it will retry after 5 secs.
staticDetails() - Method in record class de.wuespace.telestion.services.connection.rework.StaticSender.Configuration
Returns the value of the staticDetails record component.
StaticSender - Class in de.wuespace.telestion.services.connection.rework
 
StaticSender() - Constructor for class de.wuespace.telestion.services.connection.rework.StaticSender
 
StaticSender(StaticSender.Configuration) - Constructor for class de.wuespace.telestion.services.connection.rework.StaticSender
 
StaticSender.Configuration - Record Class in de.wuespace.telestion.services.connection.rework
 
stop() - Method in class de.wuespace.telestion.api.verticle.TelestionVerticle
 
stop() - Method in class de.wuespace.telestion.services.connection.SerialConn
Deprecated.
 
stop(Promise<Void>) - Method in class de.wuespace.telestion.api.verticle.TelestionVerticle
 
stop(Promise<Void>) - Method in class de.wuespace.telestion.application.Telestion
 
stop(Promise<Void>) - Method in class de.wuespace.telestion.services.connection.rework.Receiver
 
stop(Promise<Void>) - Method in class de.wuespace.telestion.services.connection.rework.Sender
 
stop(Promise<Void>) - Method in class de.wuespace.telestion.services.connection.rework.serial.SerialConn
 
stop(Promise<Void>) - Method in class de.wuespace.telestion.services.connection.rework.StaticSender
 
stop(Promise<Void>) - Method in class de.wuespace.telestion.services.connection.rework.tcp.TcpClient
 
stop(Promise<Void>) - Method in class de.wuespace.telestion.services.connection.rework.tcp.TcpDispatcher
 
stop(Promise<Void>) - Method in class de.wuespace.telestion.services.connection.rework.tcp.TcpServer
 
stop(Promise<Void>) - Method in class de.wuespace.telestion.services.connection.TcpConn
Deprecated.
 
SystemInfoVerticle - Class in de.wuespace.telestion.examples
 
SystemInfoVerticle() - Constructor for class de.wuespace.telestion.examples.SystemInfoVerticle
 

T

TcpClient - Class in de.wuespace.telestion.services.connection.rework.tcp
 
TcpClient() - Constructor for class de.wuespace.telestion.services.connection.rework.tcp.TcpClient
 
TcpClient(TcpClient.Configuration) - Constructor for class de.wuespace.telestion.services.connection.rework.tcp.TcpClient
 
TcpClient.Configuration - Record Class in de.wuespace.telestion.services.connection.rework.tcp
 
TcpConn - Class in de.wuespace.telestion.services.connection
Deprecated, for removal: This API element is subject to removal in a future version.
TcpConn() - Constructor for class de.wuespace.telestion.services.connection.TcpConn
Deprecated.
Create a TcpConn either with file based or default configuration.
TcpConn(String, int, String, List<String>, List<String>) - Constructor for class de.wuespace.telestion.services.connection.TcpConn
Deprecated.
Create a TcpConn with forced configuration.
TcpConn.Data - Record Class in de.wuespace.telestion.services.connection
Deprecated.
A chunk of data which is transmitted with the TcpConn.
TcpConn.Participant - Record Class in de.wuespace.telestion.services.connection
Deprecated.
A participant of the TcpConn.
TcpData - Record Class in de.wuespace.telestion.services.connection.rework.tcp
 
TcpData(byte[], TcpDetails) - Constructor for record class de.wuespace.telestion.services.connection.rework.tcp.TcpData
Creates an instance of a TcpData record class.
TcpDetails - Record Class in de.wuespace.telestion.services.connection.rework.tcp
 
TcpDetails(String, int) - Constructor for record class de.wuespace.telestion.services.connection.rework.tcp.TcpDetails
 
TcpDetails(String, int, int) - Constructor for record class de.wuespace.telestion.services.connection.rework.tcp.TcpDetails
Creates an instance of a TcpDetails record class.
TcpDispatcher - Class in de.wuespace.telestion.services.connection.rework.tcp
 
TcpDispatcher(TcpDispatcher.Configuration, TcpServer...) - Constructor for class de.wuespace.telestion.services.connection.rework.tcp.TcpDispatcher
 
TcpDispatcher(TcpServer...) - Constructor for class de.wuespace.telestion.services.connection.rework.tcp.TcpDispatcher
 
TcpDispatcher.Configuration - Record Class in de.wuespace.telestion.services.connection.rework.tcp
 
TcpServer - Class in de.wuespace.telestion.services.connection.rework.tcp
An implementation of an unencrypted TCP-Server.
TcpServer() - Constructor for class de.wuespace.telestion.services.connection.rework.tcp.TcpServer
 
TcpServer(TcpServer.Configuration) - Constructor for class de.wuespace.telestion.services.connection.rework.tcp.TcpServer
 
TcpServer.Configuration - Record Class in de.wuespace.telestion.services.connection.rework.tcp
Configuration for this Verticle which can be loaded from a config.
An optional timeout can be specified which is the consecutive time without any packets incoming or outgoing after which a client will be disconnected.
TcpTimeouts - Class in de.wuespace.telestion.services.connection.rework.tcp
 
TcpTimeouts() - Constructor for class de.wuespace.telestion.services.connection.rework.tcp.TcpTimeouts
 
Telestion - Class in de.wuespace.telestion.application
This is going to be the Telestion application.
Telestion() - Constructor for class de.wuespace.telestion.application.Telestion
 
TelestionConfiguration - Interface in de.wuespace.telestion.api.verticle
The base class for all Telestion Verticle configurations.
TelestionVerticle<T extends TelestionConfiguration> - Class in de.wuespace.telestion.api.verticle
An abstract verticle class that you can extend to write your own verticle classes.
TelestionVerticle() - Constructor for class de.wuespace.telestion.api.verticle.TelestionVerticle
Same as TelestionVerticle(boolean) but enables loading of default configuration if possible.
TelestionVerticle(boolean) - Constructor for class de.wuespace.telestion.api.verticle.TelestionVerticle
Creates a new Telestion verticle and tries to load the default configuration from the specified configuration class.
test(T) - Method in interface de.wuespace.telestion.services.util.UnsafePredicate
TestVerticle - Class in de.wuespace.telestion.examples
 
TestVerticle() - Constructor for class de.wuespace.telestion.examples.TestVerticle
 
TestVerticle.Configuration - Record Class in de.wuespace.telestion.examples
 
TimeInformation - Class in de.wuespace.telestion.examples.header
 
TimeInformation() - Constructor for class de.wuespace.telestion.examples.header.TimeInformation
 
TimeInformation(long) - Constructor for class de.wuespace.telestion.examples.header.TimeInformation
 
TimeInformation(long, long) - Constructor for class de.wuespace.telestion.examples.header.TimeInformation
 
TimeInformation(TimeInformation) - Constructor for class de.wuespace.telestion.examples.header.TimeInformation
 
TimeInformation(DeliveryOptions) - Constructor for class de.wuespace.telestion.examples.header.TimeInformation
 
TimeInformation(Message<?>) - Constructor for class de.wuespace.telestion.examples.header.TimeInformation
 
TimeInformation(MultiMap) - Constructor for class de.wuespace.telestion.examples.header.TimeInformation
 
timeout() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpClient.Configuration
Returns the value of the timeout record component.
timeout(long, Handler<Long>) - Method in interface de.wuespace.telestion.api.verticle.trait.WithTiming
Like setTimer, but returns a special handler which cancels the timeout when called.
timeout(Duration, Handler<Long>) - Method in interface de.wuespace.telestion.api.verticle.trait.WithTiming
timeoutStream(long) - Method in interface de.wuespace.telestion.api.verticle.trait.WithTiming
 
timeoutStream(Duration) - Method in interface de.wuespace.telestion.api.verticle.trait.WithTiming
Timing - Record Class in de.wuespace.telestion.api.verticle.trait
Stores information to a specific timing from Vert.x like the timing id or associated Vert.x instance.
Timing(Vertx, long) - Constructor for record class de.wuespace.telestion.api.verticle.trait.Timing
Creates an instance of a Timing record class.
title() - Method in record class de.wuespace.telestion.examples.messages.SimpleMessage
Returns the value of the title record component.
toJsonBuffer() - Method in interface de.wuespace.telestion.api.message.JsonMessage
Like JsonMessage.toJsonBuffer(boolean) but with space efficient JSON output.
toJsonBuffer(boolean) - Method in interface de.wuespace.telestion.api.message.JsonMessage
Constructs a Buffer containing the properties of the JsonMessage as JSON values
toJsonObject() - Method in interface de.wuespace.telestion.api.message.JsonMessage
Constructs a JsonObject from the JsonMessage.
toJsonString() - Method in interface de.wuespace.telestion.api.message.JsonMessage
Like JsonMessage.toJsonString(boolean) but with space efficient JSON output.
toJsonString(boolean) - Method in interface de.wuespace.telestion.api.message.JsonMessage
Constructs a String containing the properties of the JsonMessage as JSON values.
toOptions() - Method in class de.wuespace.telestion.api.message.HeaderInformation
Creates new and empty DeliveryOptions and attaches the wrapped Vert.x headers to them.
toString() - Method in class de.wuespace.telestion.api.message.HeaderInformation
 
toString() - Method in record class de.wuespace.telestion.api.verticle.GenericConfiguration
Deprecated.
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.api.verticle.NoConfiguration
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.api.verticle.trait.DecodedMessage
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.api.verticle.trait.Timing
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.api.verticle.UntypedConfiguration
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.application.Configuration
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.application.VerticleConfig
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.examples.DefaultConfigVerticle.Configuration
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.examples.header.Publisher.Configuration
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.examples.header.Receiver.Configuration
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.examples.header.Requester.Configuration
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.examples.header.Responder.Configuration
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.examples.messages.Position
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.examples.messages.Positions
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.examples.messages.SimpleCommand
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.examples.messages.SimpleMessage
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.examples.PingVerticle.Configuration
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.examples.PongVerticle.Configuration
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.examples.SayHello.Configuration
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.examples.SimpleCommandHandler.Configuration
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.examples.TestVerticle.Configuration
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.services.connection.rework.ConnectionData
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.services.connection.rework.RawMessage
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.services.connection.rework.Receiver.Configuration
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.services.connection.rework.Sender.Configuration
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.services.connection.rework.SenderData
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.services.connection.rework.serial.SerialConn.Configuration
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.services.connection.rework.serial.SerialDetails
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.services.connection.rework.StaticSender.Configuration
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpClient.Configuration
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpData
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpDetails
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpDispatcher.Configuration
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpServer.Configuration
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.services.connection.rework.Tuple
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.services.connection.rework.udp.UdpDetails
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.services.connection.SerialData
Deprecated.
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.services.connection.TcpConn.Data
Deprecated.
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.services.connection.TcpConn.Participant
Deprecated.
Returns a string representation of this record class.
Tuple<T1,​T2> - Record Class in de.wuespace.telestion.services.connection.rework
A simple implementation of a Value-Pair whose values are linked together without any key - value relationship.
Tuple(T1, T2) - Constructor for record class de.wuespace.telestion.services.connection.rework.Tuple
Creates an instance of a Tuple record class.

U

UdpConn - Class in de.wuespace.telestion.services.connection.rework.udp
 
UdpConn() - Constructor for class de.wuespace.telestion.services.connection.rework.udp.UdpConn
 
UdpDetails - Record Class in de.wuespace.telestion.services.connection.rework.udp
 
UdpDetails(String, int, int) - Constructor for record class de.wuespace.telestion.services.connection.rework.udp.UdpDetails
Creates an instance of a UdpDetails record class.
UnsafePredicate<T> - Interface in de.wuespace.telestion.services.util
A UnsafePredicate is a Predicate which allows exceptions to be thrown.
UntypedConfiguration - Record Class in de.wuespace.telestion.api.verticle
The type of configuration for a TelestionVerticle that you use to indicate that the verticle does not have a strictly typed configuration.
UntypedConfiguration() - Constructor for record class de.wuespace.telestion.api.verticle.UntypedConfiguration
Creates an instance of a UntypedConfiguration record class.

V

value1() - Method in record class de.wuespace.telestion.services.connection.rework.Tuple
Returns the value of the value1 record component.
value2() - Method in record class de.wuespace.telestion.services.connection.rework.Tuple
Returns the value of the value2 record component.
verticle() - Method in record class de.wuespace.telestion.application.VerticleConfig
Returns the value of the verticle record component.
VerticleConfig - Record Class in de.wuespace.telestion.application
The base configuration of verticles.
VerticleConfig(String, String, int, JsonNode) - Constructor for record class de.wuespace.telestion.application.VerticleConfig
Creates an instance of a VerticleConfig record class.
verticles() - Method in record class de.wuespace.telestion.application.Configuration
Returns the value of the verticles record component.
vertx() - Method in record class de.wuespace.telestion.api.verticle.trait.Timing
Returns the value of the vertx record component.

W

WebServer - Class in de.wuespace.telestion.services.web
A simple WebServer which publishes the index page.
WebServer() - Constructor for class de.wuespace.telestion.services.web.WebServer
Web server with default port 8080.
WebServer(int) - Constructor for class de.wuespace.telestion.services.web.WebServer
Creating a WebServer on the specified port.
WithEventBus - Interface in de.wuespace.telestion.api.verticle.trait
Allows Verticle instances to get simplified access to the Vert.x event bus.
WithSharedData - Interface in de.wuespace.telestion.api.verticle.trait
Allows Verticle instances to get simplified access to Vert.x shared data
WithTiming - Interface in de.wuespace.telestion.api.verticle.trait
Allows Verticle instances to get simplified access to the Vert.x timing functions like setPeriodic or setTimer.

X

x() - Method in record class de.wuespace.telestion.examples.messages.Position
Returns the value of the x record component.

Y

y() - Method in record class de.wuespace.telestion.examples.messages.Position
Returns the value of the y record component.

Z

z() - Method in record class de.wuespace.telestion.examples.messages.Position
Returns the value of the z record component.
A B C D E F G H I J L M N O P R S T U V W X Y Z 
All Classes|All Packages|Constant Field Values|Deprecated API