orchescala.worker
Members list
Packages
Type members
Classlikes
Attributes
- Companion
- object
- Supertypes
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CustomHandler.type
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
Attributes
- Supertypes
- Self type
-
DefaultRestApiClient.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait WorkerErrortrait OrchescalaErrorclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class MockedOutputclass ValidatorError
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
HttpClientProvider.type
handler for Custom Process Initialisation. All the variables in the Result Map will be put on the process.
handler for Custom Process Initialisation. All the variables in the Result Map will be put on the process.
For example if you want to init process Variables to a certain value.
Usage:
.withValidation(
InitProcessHandler(
(in: In) => {
Right(
Map("isCompany" -> true)
) // success
}
)
)
or (with implicit conversion)
.withValidation(
(in: In) => {
Right(
Map("isCompany" -> true)
) // success
}
)
Default is no Initialization.
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
InitProcessHandler.type
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MemoryMonitor.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object DefaultRestApiClient
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
RunnableRequest.type
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ThreadMonitor.type
handler for Custom Validation (next to the automatic Validation of the In Object.
handler for Custom Validation (next to the automatic Validation of the In Object.
For example if one of two optional variables must exist.
Usage:
.withValidation(
ValidationHandler(
(in: In) => Right(in)
)
)
or (with implicit conversion)
.withValidation(
(in: In) => Right(in)
)
Default is no extra Validation.
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ValidationHandler.type
Attributes
- Supertypes
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
Attributes
- Supertypes
-
trait ZIOAppDefaulttrait ZIOAppclass Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait ValidationWorkerDsl[In]
Attributes
- Companion
- object
- Supertypes
-
trait OrchescalaErrorclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
trait ErrorWithOutputclass MockedOutputclass ValidatorErrorobject AlreadyHandledErrorclass BadVariableErrorclass InitProcessErrorclass MappingErrorclass MockerErrortrait RunWorkErrorclass CustomErrorclass MissingHandlerErrortrait ServiceErrorclass ServiceAuthErrorclass ServiceBadBodyErrorclass ServiceBadPathErrorclass ServiceMappingErrorclass ServiceMockingErrorclass ServiceRequestErrorclass ServiceUnexpectedErrorclass UnexpectedErrorShow all
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
WorkerError.type
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Types
Value members
Concrete methods
Extensions
Extensions
Simplifies testing, as there is already a successful service mock example.
Simplifies testing, as there is already a successful service mock example.