Uses of Class
de.codecentric.boot.admin.server.domain.events.InstanceEvent
Packages that use InstanceEvent
Package
Description
-
Uses of InstanceEvent in de.codecentric.boot.admin.server.config
Method parameters in de.codecentric.boot.admin.server.config with type arguments of type InstanceEventModifier and TypeMethodDescriptionAdminServerInstanceWebClientConfiguration.CookieStoreConfiguration.cookieStoreCleanupTrigger(org.reactivestreams.Publisher<InstanceEvent> publisher, PerInstanceCookieStore cookieStore) Creates a default trigger to cleanup the cookie store on deregistering of anInstance.AdminServerAutoConfiguration.endpointDetectionTrigger(EndpointDetector endpointDetector, org.reactivestreams.Publisher<InstanceEvent> events) AdminServerAutoConfiguration.infoUpdateTrigger(InfoUpdater infoUpdater, org.reactivestreams.Publisher<InstanceEvent> events) AdminServerHazelcastAutoConfiguration.NotifierTriggerConfiguration.notificationTrigger(com.hazelcast.core.HazelcastInstance hazelcastInstance, Notifier notifier, org.reactivestreams.Publisher<InstanceEvent> events) AdminServerNotifierAutoConfiguration.NotifierTriggerConfiguration.notificationTrigger(Notifier notifier, org.reactivestreams.Publisher<InstanceEvent> events) AdminServerAutoConfiguration.statusUpdateTrigger(StatusUpdater statusUpdater, org.reactivestreams.Publisher<InstanceEvent> events) -
Uses of InstanceEvent in de.codecentric.boot.admin.server.domain.entities
Methods in de.codecentric.boot.admin.server.domain.entities with parameters of type InstanceEventModifier and TypeMethodDescriptionprotected voidSnapshottingInstanceRepository.updateSnapshot(InstanceEvent event) -
Uses of InstanceEvent in de.codecentric.boot.admin.server.domain.events
Subclasses of InstanceEvent in de.codecentric.boot.admin.server.domain.eventsModifier and TypeClassDescriptionclassThis event gets emitted when an instance is unregistered.classThis event gets emitted when all instance's endpoints are discovered.classThis event gets emitted when an instance information changes.classThis event gets emitted when an instance is registered.classThis event gets emitted when an instance updates it's registration.classThis event gets emitted when an instance changes its status. -
Uses of InstanceEvent in de.codecentric.boot.admin.server.eventstore
Methods in de.codecentric.boot.admin.server.eventstore that return types with arguments of type InstanceEventModifier and TypeMethodDescriptionreactor.core.publisher.Flux<InstanceEvent>ConcurrentMapEventStore.find(InstanceId id) reactor.core.publisher.Flux<InstanceEvent>InstanceEventStore.find(InstanceId id) reactor.core.publisher.Flux<InstanceEvent>ConcurrentMapEventStore.findAll()reactor.core.publisher.Flux<InstanceEvent>InstanceEventStore.findAll()Method parameters in de.codecentric.boot.admin.server.eventstore with type arguments of type InstanceEventModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>ConcurrentMapEventStore.append(List<InstanceEvent> events) reactor.core.publisher.Mono<Void>InMemoryEventStore.append(List<InstanceEvent> events) reactor.core.publisher.Mono<Void>InstanceEventStore.append(List<InstanceEvent> events) protected booleanConcurrentMapEventStore.doAppend(List<InstanceEvent> events) protected static longConcurrentMapEventStore.getLastVersion(List<InstanceEvent> events) protected voidInstanceEventPublisher.publish(List<InstanceEvent> events) voidInstanceEventPublisher.subscribe(org.reactivestreams.Subscriber<? super InstanceEvent> s) Constructor parameters in de.codecentric.boot.admin.server.eventstore with type arguments of type InstanceEventModifierConstructorDescriptionprotectedConcurrentMapEventStore(int maxLogSizePerAggregate, ConcurrentMap<InstanceId, List<InstanceEvent>> eventLog) HazelcastEventStore(int maxLogSizePerAggregate, com.hazelcast.map.IMap<InstanceId, List<InstanceEvent>> eventLog) HazelcastEventStore(com.hazelcast.map.IMap<InstanceId, List<InstanceEvent>> eventLogs) -
Uses of InstanceEvent in de.codecentric.boot.admin.server.notify
Methods in de.codecentric.boot.admin.server.notify that return InstanceEventMethods in de.codecentric.boot.admin.server.notify with parameters of type InstanceEventModifier and TypeMethodDescriptionprotected StringOpsGenieNotifier.buildUrl(InstanceEvent event, Instance instance) protected @Nullable StringDiscordNotifier.createContent(InstanceEvent event, Instance instance) protected ObjectDiscordNotifier.createDiscordNotification(InstanceEvent event, Instance instance) protected org.springframework.expression.spel.support.StandardEvaluationContextMicrosoftTeamsNotifier.createEvaluationContext(InstanceEvent event, Instance instance) HipchatNotifier.createHipChatNotification(InstanceEvent event, Instance instance) protected ObjectDingTalkNotifier.createMessage(InstanceEvent event, Instance instance) protected ObjectLetsChatNotifier.createMessage(InstanceEvent event, Instance instance) protected ObjectSlackNotifier.createMessage(InstanceEvent event, Instance instance) PagerdutyNotifier.createPagerdutyEvent(InstanceEvent event, Instance instance) protected org.springframework.http.HttpEntity<?>OpsGenieNotifier.createRequest(InstanceEvent event, Instance instance) protected abstract reactor.core.publisher.Mono<Void>AbstractEventNotifier.doNotify(InstanceEvent event, Instance instance) protected reactor.core.publisher.Mono<Void>DingTalkNotifier.doNotify(InstanceEvent event, Instance instance) protected reactor.core.publisher.Mono<Void>DiscordNotifier.doNotify(InstanceEvent event, Instance instance) protected reactor.core.publisher.Mono<Void>HipchatNotifier.doNotify(InstanceEvent event, Instance instance) protected reactor.core.publisher.Mono<Void>LetsChatNotifier.doNotify(InstanceEvent event, Instance instance) protected reactor.core.publisher.Mono<Void>LoggingNotifier.doNotify(InstanceEvent event, Instance instance) protected reactor.core.publisher.Mono<Void>MailNotifier.doNotify(InstanceEvent event, Instance instance) protected reactor.core.publisher.Mono<Void>MicrosoftTeamsNotifier.doNotify(InstanceEvent event, Instance instance) protected reactor.core.publisher.Mono<Void>OpsGenieNotifier.doNotify(InstanceEvent event, Instance instance) protected reactor.core.publisher.Mono<Void>PagerdutyNotifier.doNotify(InstanceEvent event, Instance instance) reactor.core.publisher.Mono<Void>RemindingNotifier.doNotify(InstanceEvent event, Instance instance) protected reactor.core.publisher.Mono<Void>SlackNotifier.doNotify(InstanceEvent event, Instance instance) protected reactor.core.publisher.Mono<Void>TelegramNotifier.doNotify(InstanceEvent event, Instance instance) protected StringHipchatNotifier.getColor(InstanceEvent event) protected StringSlackNotifier.getColor(InstanceEvent event) protected StringOpsGenieNotifier.getDescription(InstanceEvent event, Instance instance) protected @Nullable StringPagerdutyNotifier.getDescription(InstanceEvent event, Instance instance) PagerdutyNotifier.getDetails(InstanceEvent event) protected @Nullable StringHipchatNotifier.getMessage(InstanceEvent event, Instance instance) protected @Nullable StringOpsGenieNotifier.getMessage(InstanceEvent event, Instance instance) protected @Nullable StringLetsChatNotifier.getText(InstanceEvent event, Instance instance) protected @Nullable StringSlackNotifier.getText(InstanceEvent event, Instance instance) protected @Nullable StringTelegramNotifier.getText(InstanceEvent event, Instance instance) reactor.core.publisher.Mono<Void>AbstractEventNotifier.notify(InstanceEvent event) reactor.core.publisher.Mono<Void>AbstractStatusChangeNotifier.notify(InstanceEvent event) reactor.core.publisher.Mono<Void>CompositeNotifier.notify(InstanceEvent event) reactor.core.publisher.Mono<Void>Notifier.notify(InstanceEvent event) protected reactor.core.publisher.Mono<Void>HazelcastNotificationTrigger.sendNotifications(InstanceEvent event) protected reactor.core.publisher.Mono<Void>NotificationTrigger.sendNotifications(InstanceEvent event) protected booleanRemindingNotifier.shouldEndReminder(InstanceEvent event) protected booleanAbstractEventNotifier.shouldNotify(InstanceEvent event, Instance instance) protected booleanAbstractStatusChangeNotifier.shouldNotify(InstanceEvent event, Instance instance) protected booleanMicrosoftTeamsNotifier.shouldNotify(InstanceEvent event, Instance instance) protected booleanRemindingNotifier.shouldStartReminder(InstanceEvent event) protected voidAbstractStatusChangeNotifier.updateLastStatus(InstanceEvent event) Method parameters in de.codecentric.boot.admin.server.notify with type arguments of type InstanceEventModifier and TypeMethodDescriptionprotected org.reactivestreams.Publisher<Void>NotificationTrigger.handle(reactor.core.publisher.Flux<InstanceEvent> publisher) Constructor parameters in de.codecentric.boot.admin.server.notify with type arguments of type InstanceEventModifierConstructorDescriptionHazelcastNotificationTrigger(Notifier notifier, org.reactivestreams.Publisher<InstanceEvent> events, ConcurrentMap<InstanceId, Long> sentNotifications) NotificationTrigger(Notifier notifier, org.reactivestreams.Publisher<InstanceEvent> publisher) -
Uses of InstanceEvent in de.codecentric.boot.admin.server.notify.filter
Methods in de.codecentric.boot.admin.server.notify.filter with parameters of type InstanceEventModifier and TypeMethodDescriptionprotected booleanApplicationNameNotificationFilter.doFilter(InstanceEvent event, Instance instance) protected abstract booleanExpiringNotificationFilter.doFilter(InstanceEvent event, Instance instance) protected booleanInstanceIdNotificationFilter.doFilter(InstanceEvent event, Instance instance) reactor.core.publisher.Mono<Void>FilteringNotifier.doNotify(InstanceEvent event, Instance instance) booleanExpiringNotificationFilter.filter(InstanceEvent event, Instance instance) booleanNotificationFilter.filter(InstanceEvent event, Instance instance) protected booleanFilteringNotifier.shouldNotify(InstanceEvent event, Instance instance) -
Uses of InstanceEvent in de.codecentric.boot.admin.server.services
Classes in de.codecentric.boot.admin.server.services with type parameters of type InstanceEventMethods in de.codecentric.boot.admin.server.services with parameters of type InstanceEventModifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<Void>EndpointDetectionTrigger.detectEndpoints(InstanceEvent event) Method parameters in de.codecentric.boot.admin.server.services with type arguments of type InstanceEventModifier and TypeMethodDescriptionprotected org.reactivestreams.Publisher<Void>EndpointDetectionTrigger.handle(reactor.core.publisher.Flux<InstanceEvent> publisher) protected org.reactivestreams.Publisher<Void>InfoUpdateTrigger.handle(reactor.core.publisher.Flux<InstanceEvent> publisher) protected org.reactivestreams.Publisher<Void>StatusUpdateTrigger.handle(reactor.core.publisher.Flux<InstanceEvent> publisher) Constructor parameters in de.codecentric.boot.admin.server.services with type arguments of type InstanceEventModifierConstructorDescriptionprotectedAbstractEventHandler(org.reactivestreams.Publisher<InstanceEvent> publisher, Class<T> eventType) EndpointDetectionTrigger(EndpointDetector endpointDetector, org.reactivestreams.Publisher<InstanceEvent> publisher) InfoUpdateTrigger(InfoUpdater infoUpdater, org.reactivestreams.Publisher<InstanceEvent> publisher) StatusUpdateTrigger(StatusUpdater statusUpdater, org.reactivestreams.Publisher<InstanceEvent> publisher) -
Uses of InstanceEvent in de.codecentric.boot.admin.server.web
Methods in de.codecentric.boot.admin.server.web that return types with arguments of type InstanceEventModifier and TypeMethodDescriptionreactor.core.publisher.Flux<InstanceEvent>InstancesController.events()reactor.core.publisher.Flux<org.springframework.http.codec.ServerSentEvent<InstanceEvent>>InstancesController.eventStream() -
Uses of InstanceEvent in de.codecentric.boot.admin.server.web.client.cookies
Constructor parameters in de.codecentric.boot.admin.server.web.client.cookies with type arguments of type InstanceEventModifierConstructorDescriptionCookieStoreCleanupTrigger(org.reactivestreams.Publisher<InstanceEvent> publisher, PerInstanceCookieStore cookieStore) Creates a trigger to cleanup the cookie store on deregistering of anInstance.