Index
All Classes and Interfaces|All Packages
A
- action(StateMachine<S, E>, Function<StateContext<S, E>, Mono<Void>>, long) - Method in class org.springframework.statemachine.boot.support.BootStateMachineMonitor
- add(Map<String, Object>) - Method in class org.springframework.statemachine.boot.actuate.InMemoryStateMachineTraceRepository
- add(Map<String, Object>) - Method in interface org.springframework.statemachine.boot.actuate.StateMachineTraceRepository
-
Add a new
StateMachineTraceobject at the current time.
B
- bootStateMachineMonitor() - Method in class org.springframework.statemachine.boot.autoconfigure.StateMachineAutoConfiguration.StateMachineMonitoringConfiguration
- BootStateMachineMonitor<S,
E> - Class in org.springframework.statemachine.boot.support -
Implementation of a
StateMachineMonitorwhich converts monitoring events and bridges those into supported format handled by Spring Boot's tracing and metrics frameworks. - BootStateMachineMonitor(MeterRegistry, StateMachineTraceRepository) - Constructor for class org.springframework.statemachine.boot.support.BootStateMachineMonitor
-
Instantiates a new boot state machine monitor.
F
- findAll() - Method in class org.springframework.statemachine.boot.actuate.InMemoryStateMachineTraceRepository
- findAll() - Method in interface org.springframework.statemachine.boot.actuate.StateMachineTraceRepository
-
Find all
StateMachineTraceobjects contained in the repository.
G
- getInfo() - Method in class org.springframework.statemachine.boot.actuate.StateMachineTrace
-
Gets a trace info.
- getMonitor() - Method in class org.springframework.statemachine.boot.StateMachineProperties
- getTimestamp() - Method in class org.springframework.statemachine.boot.actuate.StateMachineTrace
-
Gets a timestamp
I
- InMemoryStateMachineTraceRepository - Class in org.springframework.statemachine.boot.actuate
-
In-memory implementation of
StateMachineTraceRepository. - InMemoryStateMachineTraceRepository() - Constructor for class org.springframework.statemachine.boot.actuate.InMemoryStateMachineTraceRepository
- invoke() - Method in class org.springframework.statemachine.boot.actuate.StateMachineTraceEndpoint
- isEnabled() - Method in class org.springframework.statemachine.boot.StateMachineProperties.StateMachineMonitoringProperties
O
- org.springframework.statemachine.boot - package org.springframework.statemachine.boot
- org.springframework.statemachine.boot.actuate - package org.springframework.statemachine.boot.actuate
- org.springframework.statemachine.boot.autoconfigure - package org.springframework.statemachine.boot.autoconfigure
- org.springframework.statemachine.boot.support - package org.springframework.statemachine.boot.support
S
- setCapacity(int) - Method in class org.springframework.statemachine.boot.actuate.InMemoryStateMachineTraceRepository
-
Set the capacity of the in-memory repository.
- setEnabled(boolean) - Method in class org.springframework.statemachine.boot.StateMachineProperties.StateMachineMonitoringProperties
- setMonitor(StateMachineProperties.StateMachineMonitoringProperties) - Method in class org.springframework.statemachine.boot.StateMachineProperties
- setReverse(boolean) - Method in class org.springframework.statemachine.boot.actuate.InMemoryStateMachineTraceRepository
-
Flag to say that the repository lists traces in reverse order.
- StateMachineAutoConfiguration - Class in org.springframework.statemachine.boot.autoconfigure
-
Auto-configurationfor Spring Statemachine. - StateMachineAutoConfiguration() - Constructor for class org.springframework.statemachine.boot.autoconfigure.StateMachineAutoConfiguration
- StateMachineAutoConfiguration.StateMachineMonitoringConfiguration - Class in org.springframework.statemachine.boot.autoconfigure
- StateMachineAutoConfiguration.StateMachineTraceEndpointConfiguration - Class in org.springframework.statemachine.boot.autoconfigure
- StateMachineAutoConfiguration.StateMachineTraceRepositoryConfiguration - Class in org.springframework.statemachine.boot.autoconfigure
- StateMachineJpaRepositoriesAutoConfiguration - Class in org.springframework.statemachine.boot.autoconfigure
-
Auto-configurationfor JPA repositories and Entity classes. - StateMachineJpaRepositoriesAutoConfiguration() - Constructor for class org.springframework.statemachine.boot.autoconfigure.StateMachineJpaRepositoriesAutoConfiguration
- StateMachineMongoDbRepositoriesAutoConfiguration - Class in org.springframework.statemachine.boot.autoconfigure
-
Auto-configurationfor MongoDb repositories and Entity classes. - StateMachineMongoDbRepositoriesAutoConfiguration() - Constructor for class org.springframework.statemachine.boot.autoconfigure.StateMachineMongoDbRepositoriesAutoConfiguration
- StateMachineMonitoringConfiguration(ObjectProvider<MeterRegistry>, ObjectProvider<StateMachineTraceRepository>) - Constructor for class org.springframework.statemachine.boot.autoconfigure.StateMachineAutoConfiguration.StateMachineMonitoringConfiguration
- StateMachineMonitoringProperties() - Constructor for class org.springframework.statemachine.boot.StateMachineProperties.StateMachineMonitoringProperties
- StateMachineProperties - Class in org.springframework.statemachine.boot
-
Spring Boot
ConfigurationPropertiesfor spring.statemachine. - StateMachineProperties() - Constructor for class org.springframework.statemachine.boot.StateMachineProperties
- StateMachineProperties.StateMachineMonitoringProperties - Class in org.springframework.statemachine.boot
-
Config props for "spring.statemachine.monitor".
- StateMachineRedisRepositoriesAutoConfiguration - Class in org.springframework.statemachine.boot.autoconfigure
-
Auto-configurationfor Redis repositories and Entity classes. - StateMachineRedisRepositoriesAutoConfiguration() - Constructor for class org.springframework.statemachine.boot.autoconfigure.StateMachineRedisRepositoriesAutoConfiguration
- StateMachineTrace - Class in org.springframework.statemachine.boot.actuate
-
A value object representing a statemachine trace event: at a particular time with a simple (map) information.
- StateMachineTrace(Date, Map<String, Object>) - Constructor for class org.springframework.statemachine.boot.actuate.StateMachineTrace
-
Instantiate a new
StateMachineTrace. - stateMachineTraceEndpoint(StateMachineTraceRepository) - Method in class org.springframework.statemachine.boot.autoconfigure.StateMachineAutoConfiguration.StateMachineTraceEndpointConfiguration
- StateMachineTraceEndpoint - Class in org.springframework.statemachine.boot.actuate
-
Endpointto exposeStateMachineTraceinformation. - StateMachineTraceEndpoint(StateMachineTraceRepository) - Constructor for class org.springframework.statemachine.boot.actuate.StateMachineTraceEndpoint
-
Create a new
StateMachineTraceEndpointinstance. - StateMachineTraceEndpointConfiguration() - Constructor for class org.springframework.statemachine.boot.autoconfigure.StateMachineAutoConfiguration.StateMachineTraceEndpointConfiguration
- stateMachineTraceRepository() - Method in class org.springframework.statemachine.boot.autoconfigure.StateMachineAutoConfiguration.StateMachineTraceRepositoryConfiguration
- StateMachineTraceRepository - Interface in org.springframework.statemachine.boot.actuate
-
A repository for
StateMachineTraces. - StateMachineTraceRepositoryConfiguration() - Constructor for class org.springframework.statemachine.boot.autoconfigure.StateMachineAutoConfiguration.StateMachineTraceRepositoryConfiguration
T
- transition(StateMachine<S, E>, Transition<S, E>, long) - Method in class org.springframework.statemachine.boot.support.BootStateMachineMonitor
All Classes and Interfaces|All Packages