Uses of Class
io.atleon.aws.sqs.SqsConfigSource
-
-
Uses of SqsConfigSource in io.atleon.aws.sqs
Methods in io.atleon.aws.sqs that return SqsConfigSource Modifier and Type Method Description protected SqsConfigSourceSqsConfigSource. initializeCopy()static SqsConfigSourceSqsConfigSource. named(String name)static SqsConfigSourceSqsConfigSource. unnamed()Methods in io.atleon.aws.sqs with parameters of type SqsConfigSource Modifier and Type Method Description static <T> AloSqsReceiver<T>AloSqsReceiver. create(SqsConfigSource configSource)Creates a new AloSqsReceiver from the providedSqsConfigSourcestatic <T> AloSqsSender<T>AloSqsSender. create(SqsConfigSource configSource)Creates a new AloSqsSender from the providedSqsConfigSourcestatic <T> AloSqsReceiver<T>AloSqsReceiver. from(SqsConfigSource configSource)Alias forAloSqsReceiver.create(SqsConfigSource).static <T> AloSqsSender<T>AloSqsSender. from(SqsConfigSource configSource)Alias forAloSqsSender.create(SqsConfigSource).
-