Index

A B C D E G I M O P R S T V 
All Classes and Interfaces|All Packages

A

ActorClockConfiguration - Class in io.camunda.zeebe.shared
 
ActorClockConfiguration(boolean) - Constructor for class io.camunda.zeebe.shared.ActorClockConfiguration
 
ActorClockEndpoint - Class in io.camunda.zeebe.shared.management
An actuator endpoint which exposes the current actor clock, provided there it can resolve a bean of type ActorClockService somewhere, and it's enabled via configuration (which by default it isn't).
ActorClockEndpoint(ActorClockService) - Constructor for class io.camunda.zeebe.shared.management.ActorClockEndpoint
 
ActorClockEndpoint.Response - Class in io.camunda.zeebe.shared.management
A response type for future proofing, in case the format needs to be changed in the future.
ActorClockService - Interface in io.camunda.zeebe.shared.management
A service which wraps an ActorClock instance.
ActorClockService.MutableClock - Interface in io.camunda.zeebe.shared.management
A mutable variant of this service.
addTime(Duration) - Method in interface io.camunda.zeebe.shared.management.ActorClockService.MutableClock
Adds the offset to the current clock.
addTime(Duration) - Method in class io.camunda.zeebe.shared.management.ControlledActorClockService
 

B

BROKER - Enum constant in enum io.camunda.zeebe.shared.Profile
 

C

close() - Method in class io.camunda.zeebe.gateway.StandaloneGateway
 
collectorRegistry() - Method in class io.camunda.zeebe.shared.PrometheusRegistryConfiguration
 
ControlledActorClockService - Class in io.camunda.zeebe.shared.management
An implementation of ActorClockService which wraps a mutable clock, allowing for modification of the clock from the outside.
ControlledActorClockService(ControlledActorClock) - Constructor for class io.camunda.zeebe.shared.management.ControlledActorClockService
 

D

DEVELOPMENT - Enum constant in enum io.camunda.zeebe.shared.Profile
 

E

epochMilli - Variable in class io.camunda.zeebe.shared.management.ActorClockEndpoint.Response
 
epochMilli() - Method in interface io.camunda.zeebe.shared.management.ActorClockService
 
epochMilli() - Method in class io.camunda.zeebe.shared.management.ControlledActorClockService
 

G

GATEWAY - Enum constant in enum io.camunda.zeebe.shared.Profile
 
getClock() - Method in class io.camunda.zeebe.shared.ActorClockConfiguration
 
getClockService() - Method in class io.camunda.zeebe.shared.ActorClockConfiguration
 
getCurrentClock() - Method in class io.camunda.zeebe.shared.management.ActorClockEndpoint
GET /actuator/clock - returns the current instant of the clock in human-readable format using DateTimeFormatter.ISO_INSTANT.
getId() - Method in enum io.camunda.zeebe.shared.Profile
 

I

instant - Variable in class io.camunda.zeebe.shared.management.ActorClockEndpoint.Response
 
io.camunda.zeebe.broker - package io.camunda.zeebe.broker
 
io.camunda.zeebe.gateway - package io.camunda.zeebe.gateway
 
io.camunda.zeebe.shared - package io.camunda.zeebe.shared
 
io.camunda.zeebe.shared.management - package io.camunda.zeebe.shared.management
 

M

main(String[]) - Static method in class io.camunda.zeebe.broker.StandaloneBroker
 
main(String[]) - Static method in class io.camunda.zeebe.gateway.StandaloneGateway
 
modify(String, Long, Long) - Method in class io.camunda.zeebe.shared.management.ActorClockEndpoint
POST /actuator/clock/{operationKey} - modifies the current clock, either by `pin`ning it to the given `epochMilli` or by `add`ing a relative offset to it.
mutable() - Method in interface io.camunda.zeebe.shared.management.ActorClockService
 
mutable() - Method in class io.camunda.zeebe.shared.management.ControlledActorClockService
 

O

onApplicationEvent(ContextClosedEvent) - Method in class io.camunda.zeebe.broker.StandaloneBroker
 
onApplicationEvent(ContextClosedEvent) - Method in class io.camunda.zeebe.gateway.StandaloneGateway
 

P

pinTime(Instant) - Method in interface io.camunda.zeebe.shared.management.ActorClockService.MutableClock
Pins the clock to the given time.
pinTime(Instant) - Method in class io.camunda.zeebe.shared.management.ControlledActorClockService
 
PRODUCTION - Enum constant in enum io.camunda.zeebe.shared.Profile
 
Profile - Enum in io.camunda.zeebe.shared
A fixed set of Spring profiles.
PrometheusRegistryConfiguration - Class in io.camunda.zeebe.shared
 
PrometheusRegistryConfiguration() - Constructor for class io.camunda.zeebe.shared.PrometheusRegistryConfiguration
 

R

resetTime() - Method in class io.camunda.zeebe.shared.management.ActorClockEndpoint
DELETE /actuator/clock - will reset any modification to the current clock, which will unpin (if required) and start using the current system time.
resetTime() - Method in interface io.camunda.zeebe.shared.management.ActorClockService.MutableClock
Resets the clock to use the system time
resetTime() - Method in class io.camunda.zeebe.shared.management.ControlledActorClockService
 
Response(Instant) - Constructor for class io.camunda.zeebe.shared.management.ActorClockEndpoint.Response
 
run(String...) - Method in class io.camunda.zeebe.broker.StandaloneBroker
 
run(String...) - Method in class io.camunda.zeebe.gateway.StandaloneGateway
 

S

StandaloneBroker - Class in io.camunda.zeebe.broker
Entry point for the standalone broker application.
StandaloneBroker(BrokerCfg, Environment, SpringBrokerBridge, ActorClockConfiguration) - Constructor for class io.camunda.zeebe.broker.StandaloneBroker
 
StandaloneGateway - Class in io.camunda.zeebe.gateway
Entry point for the standalone gateway application.
StandaloneGateway(GatewayCfg, SpringGatewayBridge, ActorClockConfiguration) - Constructor for class io.camunda.zeebe.gateway.StandaloneGateway
 

T

TEST - Enum constant in enum io.camunda.zeebe.shared.Profile
 
toString() - Method in enum io.camunda.zeebe.shared.Profile
 

V

valueOf(String) - Static method in enum io.camunda.zeebe.shared.Profile
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.camunda.zeebe.shared.Profile
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E G I M O P R S T V 
All Classes and Interfaces|All Packages