Wow
Toggle table of contents
8.9.5
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Wow
wow-spring-boot-starter
/
me.ahoo.wow.spring.boot.starter.elasticsearch
/
OnElasticsearchStorageCondition
On
Elasticsearch
Storage
Condition
class
OnElasticsearchStorageCondition
:
AnyNestedCondition
Members
Constructors
On
Elasticsearch
Storage
Condition
Link copied to clipboard
constructor
(
)
Types
Event
Store
Uses
Elasticsearch
Link copied to clipboard
@
ConditionalOnEventStoreStorage
(
value
=
StorageType.ELASTICSEARCH
)
interface
EventStoreUsesElasticsearch
Snapshot
Store
Uses
Elasticsearch
Link copied to clipboard
@
ConditionalOnSnapshotStoreStorage
(
value
=
StorageType.ELASTICSEARCH
)
interface
SnapshotStoreUsesElasticsearch
Properties
configuration
Phase
Link copied to clipboard
open
val
configurationPhase
:
ConfigurationCondition.ConfigurationPhase
?
Functions
get
Match
Outcome
Link copied to clipboard
open
fun
getMatchOutcome
(
context
:
ConditionContext
?
,
metadata
:
AnnotatedTypeMetadata
?
)
:
ConditionOutcome
?
matches
Link copied to clipboard
fun
matches
(
context
:
ConditionContext
?
,
metadata
:
AnnotatedTypeMetadata
?
)
:
Boolean