A B C D E F G H I J L M N O P R S U Z 

A

AbstractStatusChangeNotifier - Class in de.codecentric.boot.admin.notify
Abstract Notifier for status change which allows filtering of certain status changes.
AbstractStatusChangeNotifier() - Constructor for class de.codecentric.boot.admin.notify.AbstractStatusChangeNotifier
 
addResourceHandlers(ResourceHandlerRegistry) - Method in class de.codecentric.boot.admin.config.AdminServerWebConfiguration
 
addViewControllers(ViewControllerRegistry) - Method in class de.codecentric.boot.admin.config.AdminServerWebConfiguration
 
AdminServerImportSelector - Class in de.codecentric.boot.admin.config
Defers the imports for our @Configuration-classes, because the need to be processed after normal @Configuration-classes.
AdminServerImportSelector() - Constructor for class de.codecentric.boot.admin.config.AdminServerImportSelector
 
AdminServerProperties - Class in de.codecentric.boot.admin.config
 
AdminServerProperties() - Constructor for class de.codecentric.boot.admin.config.AdminServerProperties
 
adminServerProperties() - Method in class de.codecentric.boot.admin.config.AdminServerWebConfiguration
 
AdminServerProperties.MonitorProperties - Class in de.codecentric.boot.admin.config
 
AdminServerProperties.MonitorProperties() - Constructor for class de.codecentric.boot.admin.config.AdminServerProperties.MonitorProperties
 
AdminServerWebConfiguration - Class in de.codecentric.boot.admin.config
 
AdminServerWebConfiguration() - Constructor for class de.codecentric.boot.admin.config.AdminServerWebConfiguration
 
afterPropertiesSet() - Method in class de.codecentric.boot.admin.web.PrefixHandlerMapping
 
append(String, String) - Method in class de.codecentric.boot.admin.discovery.DefaultServiceInstanceConverter
 
applicationDiscoveryListener(ServiceInstanceConverter) - Method in class de.codecentric.boot.admin.config.DiscoveryClientConfiguration
 
ApplicationDiscoveryListener - Class in de.codecentric.boot.admin.discovery
Listener for Heartbeats events to publish all services to the application registry.
ApplicationDiscoveryListener(DiscoveryClient, ApplicationRegistry) - Constructor for class de.codecentric.boot.admin.discovery.ApplicationDiscoveryListener
 
applicationEventJournal() - Method in class de.codecentric.boot.admin.config.AdminServerWebConfiguration
 
ApplicationEventJournal - Class in de.codecentric.boot.admin.journal
Listens for all ClientApplicationEvents and stores them as JournaledEvents in a store.
ApplicationEventJournal(JournaledEventStore) - Constructor for class de.codecentric.boot.admin.journal.ApplicationEventJournal
 
applicationIdGenerator() - Method in class de.codecentric.boot.admin.config.AdminServerWebConfiguration
 
ApplicationIdGenerator - Interface in de.codecentric.boot.admin.registry
 
applicationRegistry() - Method in class de.codecentric.boot.admin.config.AdminServerWebConfiguration
 
ApplicationRegistry - Class in de.codecentric.boot.admin.registry
Registry for all applications that should be managed/administrated by the Spring Boot Admin application.
ApplicationRegistry(ApplicationStore, ApplicationIdGenerator) - Constructor for class de.codecentric.boot.admin.registry.ApplicationRegistry
 
ApplicationRouteLocator - Class in de.codecentric.boot.admin.zuul
RouteLocator to register all applications' routes to zuul
ApplicationRouteLocator(String, ApplicationRegistry, String) - Constructor for class de.codecentric.boot.admin.zuul.ApplicationRouteLocator
 
applications(String) - Method in class de.codecentric.boot.admin.controller.RegistryController
List all registered applications with name
applicationStore() - Method in class de.codecentric.boot.admin.config.AdminServerWebConfiguration
 
applicationStore() - Method in class de.codecentric.boot.admin.config.HazelcastStoreConfiguration
 
ApplicationStore - Interface in de.codecentric.boot.admin.registry.store
Responsible for storing applications.

B

buildUrl() - Method in class de.codecentric.boot.admin.notify.HipchatNotifier
 

C

ClientApplicationDeregisteredEvent - Class in de.codecentric.boot.admin.event
This event gets emitted when an application is unregistered.
ClientApplicationDeregisteredEvent(Application) - Constructor for class de.codecentric.boot.admin.event.ClientApplicationDeregisteredEvent
 
ClientApplicationEvent - Class in de.codecentric.boot.admin.event
Abstract Event regearding spring boot admin clients
ClientApplicationEvent(Application, String) - Constructor for class de.codecentric.boot.admin.event.ClientApplicationEvent
 
ClientApplicationRegisteredEvent - Class in de.codecentric.boot.admin.event
This event gets emitted when an application is registered.
ClientApplicationRegisteredEvent(Application) - Constructor for class de.codecentric.boot.admin.event.ClientApplicationRegisteredEvent
 
ClientApplicationStatusChangedEvent - Class in de.codecentric.boot.admin.event
This event gets emitted when an application is registered.
ClientApplicationStatusChangedEvent(Application, StatusInfo, StatusInfo) - Constructor for class de.codecentric.boot.admin.event.ClientApplicationStatusChangedEvent
 
compositeNotifier(List<Notifier>) - Method in class de.codecentric.boot.admin.config.NotifierConfiguration.CompositeNotifierConfiguration
 
CompositeNotifier - Class in de.codecentric.boot.admin.notify
A notifier delegating notifications to all specified notifiers.
CompositeNotifier(Iterable<Notifier>) - Constructor for class de.codecentric.boot.admin.notify.CompositeNotifier
 
convert(ServiceInstance) - Method in class de.codecentric.boot.admin.discovery.ApplicationDiscoveryListener
 
convert(ServiceInstance) - Method in class de.codecentric.boot.admin.discovery.DefaultServiceInstanceConverter
 
convert(ServiceInstance) - Method in class de.codecentric.boot.admin.discovery.EurekaServiceInstanceConverter
 
convert(ServiceInstance) - Method in interface de.codecentric.boot.admin.discovery.ServiceInstanceConverter
Converts a service instance to a application to be registered.

D

de.codecentric.boot.admin.config - package de.codecentric.boot.admin.config
 
de.codecentric.boot.admin.controller - package de.codecentric.boot.admin.controller
 
de.codecentric.boot.admin.discovery - package de.codecentric.boot.admin.discovery
 
de.codecentric.boot.admin.event - package de.codecentric.boot.admin.event
 
de.codecentric.boot.admin.journal - package de.codecentric.boot.admin.journal
 
de.codecentric.boot.admin.journal.store - package de.codecentric.boot.admin.journal.store
 
de.codecentric.boot.admin.notify - package de.codecentric.boot.admin.notify
 
de.codecentric.boot.admin.registry - package de.codecentric.boot.admin.registry
 
de.codecentric.boot.admin.registry.store - package de.codecentric.boot.admin.registry.store
 
de.codecentric.boot.admin.web - package de.codecentric.boot.admin.web
 
de.codecentric.boot.admin.zuul - package de.codecentric.boot.admin.zuul
 
DEFAULT_URI - Static variable in class de.codecentric.boot.admin.notify.PagerdutyNotifier
 
DefaultServiceInstanceConverter - Class in de.codecentric.boot.admin.discovery
Converts any ServiceInstances to Applications.
DefaultServiceInstanceConverter() - Constructor for class de.codecentric.boot.admin.discovery.DefaultServiceInstanceConverter
 
delete(String) - Method in interface de.codecentric.boot.admin.registry.store.ApplicationStore
 
delete(String) - Method in class de.codecentric.boot.admin.registry.store.HazelcastApplicationStore
 
delete(String) - Method in class de.codecentric.boot.admin.registry.store.SimpleApplicationStore
 
deregister(String) - Method in class de.codecentric.boot.admin.registry.ApplicationRegistry
Remove a specific application from registry
discover() - Method in class de.codecentric.boot.admin.discovery.ApplicationDiscoveryListener
 
DiscoveryClientConfiguration - Class in de.codecentric.boot.admin.config
 
DiscoveryClientConfiguration() - Constructor for class de.codecentric.boot.admin.config.DiscoveryClientConfiguration
 
DiscoveryClientConfiguration.DefaultConverterConfiguration - Class in de.codecentric.boot.admin.config
 
DiscoveryClientConfiguration.DefaultConverterConfiguration() - Constructor for class de.codecentric.boot.admin.config.DiscoveryClientConfiguration.DefaultConverterConfiguration
 
DiscoveryClientConfiguration.EurekaConverterConfiguration - Class in de.codecentric.boot.admin.config
 
DiscoveryClientConfiguration.EurekaConverterConfiguration() - Constructor for class de.codecentric.boot.admin.config.DiscoveryClientConfiguration.EurekaConverterConfiguration
 
doNotify(ClientApplicationStatusChangedEvent) - Method in class de.codecentric.boot.admin.notify.AbstractStatusChangeNotifier
 
doNotify(ClientApplicationStatusChangedEvent) - Method in class de.codecentric.boot.admin.notify.HipchatNotifier
 
doNotify(ClientApplicationStatusChangedEvent) - Method in class de.codecentric.boot.admin.notify.MailNotifier
 
doNotify(ClientApplicationStatusChangedEvent) - Method in class de.codecentric.boot.admin.notify.PagerdutyNotifier
 
doNotify(ClientApplicationStatusChangedEvent) - Method in class de.codecentric.boot.admin.notify.SlackNotifier
 

E

EnableAdminServer - Annotation Type in de.codecentric.boot.admin.config
 
entryListener() - Method in class de.codecentric.boot.admin.config.HazelcastStoreConfiguration
 
equals(Object) - Method in class de.codecentric.boot.admin.event.ClientApplicationEvent
 
EurekaServiceInstanceConverter - Class in de.codecentric.boot.admin.discovery
Converts EurekaDiscoveryClient.EurekaServiceInstances to Applications
EurekaServiceInstanceConverter() - Constructor for class de.codecentric.boot.admin.discovery.EurekaServiceInstanceConverter
 
extendMessageConverters(List<HttpMessageConverter<?>>) - Method in class de.codecentric.boot.admin.config.AdminServerWebConfiguration
 

F

find(String) - Method in interface de.codecentric.boot.admin.registry.store.ApplicationStore
 
find(String) - Method in class de.codecentric.boot.admin.registry.store.HazelcastApplicationStore
 
find(String) - Method in class de.codecentric.boot.admin.registry.store.SimpleApplicationStore
 
findAll() - Method in class de.codecentric.boot.admin.journal.store.HazelcastJournaledEventStore
 
findAll() - Method in interface de.codecentric.boot.admin.journal.store.JournaledEventStore
 
findAll() - Method in class de.codecentric.boot.admin.journal.store.SimpleJournaledEventStore
 
findAll() - Method in interface de.codecentric.boot.admin.registry.store.ApplicationStore
 
findAll() - Method in class de.codecentric.boot.admin.registry.store.HazelcastApplicationStore
 
findAll() - Method in class de.codecentric.boot.admin.registry.store.SimpleApplicationStore
 
findByName(String) - Method in interface de.codecentric.boot.admin.registry.store.ApplicationStore
 
findByName(String) - Method in class de.codecentric.boot.admin.registry.store.HazelcastApplicationStore
 
findByName(String) - Method in class de.codecentric.boot.admin.registry.store.SimpleApplicationStore
 

G

generateId(Application) - Method in interface de.codecentric.boot.admin.registry.ApplicationIdGenerator
Generate an id based on the given Application
generateId(Application) - Method in class de.codecentric.boot.admin.registry.HashingApplicationUrlIdGenerator
 
get(String) - Method in class de.codecentric.boot.admin.controller.RegistryController
Get a single application out of the registry.
getApplication() - Method in class de.codecentric.boot.admin.event.ClientApplicationEvent
 
getApplication(String) - Method in class de.codecentric.boot.admin.registry.ApplicationRegistry
Get a specific application inside the registry.
getApplications() - Method in class de.codecentric.boot.admin.registry.ApplicationRegistry
Get a list of all registered applications.
getApplicationsByName(String) - Method in class de.codecentric.boot.admin.registry.ApplicationRegistry
Get a list of all registered applications.
getContextPath() - Method in class de.codecentric.boot.admin.config.AdminServerProperties
 
getEvents() - Method in class de.codecentric.boot.admin.journal.ApplicationEventJournal
 
getFrom() - Method in class de.codecentric.boot.admin.event.ClientApplicationStatusChangedEvent
 
getIgnoredPaths() - Method in class de.codecentric.boot.admin.zuul.ApplicationRouteLocator
 
getJournal() - Method in class de.codecentric.boot.admin.controller.JournalController
 
getJournalEvents() - Method in class de.codecentric.boot.admin.controller.JournalController
 
getMatchingRoute(String) - Method in class de.codecentric.boot.admin.zuul.ApplicationRouteLocator
 
getMonitor() - Method in class de.codecentric.boot.admin.config.AdminServerProperties
 
getPeriod() - Method in class de.codecentric.boot.admin.config.AdminServerProperties.MonitorProperties
 
getPrefix() - Method in class de.codecentric.boot.admin.web.PrefixHandlerMapping
 
getRoutes() - Method in class de.codecentric.boot.admin.zuul.ApplicationRouteLocator
 
getStatusLifetime() - Method in class de.codecentric.boot.admin.config.AdminServerProperties.MonitorProperties
 
getTimestamp() - Method in class de.codecentric.boot.admin.event.ClientApplicationEvent
 
getTo() - Method in class de.codecentric.boot.admin.event.ClientApplicationStatusChangedEvent
 
getType() - Method in class de.codecentric.boot.admin.event.ClientApplicationEvent
 

H

hashCode() - Method in class de.codecentric.boot.admin.event.ClientApplicationEvent
 
HashingApplicationUrlIdGenerator - Class in de.codecentric.boot.admin.registry
Generates an SHA-1 Hash based on the applications url.
HashingApplicationUrlIdGenerator() - Constructor for class de.codecentric.boot.admin.registry.HashingApplicationUrlIdGenerator
 
HazelcastApplicationStore - Class in de.codecentric.boot.admin.registry.store
 
HazelcastApplicationStore(IMap<String, Application>) - Constructor for class de.codecentric.boot.admin.registry.store.HazelcastApplicationStore
 
HazelcastJournaledEventStore - Class in de.codecentric.boot.admin.journal.store
Event-Store backed by a Hazelcast-list.
HazelcastJournaledEventStore(IList<ClientApplicationEvent>) - Constructor for class de.codecentric.boot.admin.journal.store.HazelcastJournaledEventStore
 
HazelcastStoreConfiguration - Class in de.codecentric.boot.admin.config
 
HazelcastStoreConfiguration() - Constructor for class de.codecentric.boot.admin.config.HazelcastStoreConfiguration
 
hipchatNotifier() - Method in class de.codecentric.boot.admin.config.NotifierConfiguration.HipchatNotifierConfiguration
 
HipchatNotifier - Class in de.codecentric.boot.admin.notify
Notifier submitting events to HipChat.
HipchatNotifier() - Constructor for class de.codecentric.boot.admin.notify.HipchatNotifier
 

I

ignoreChanges - Variable in class de.codecentric.boot.admin.notify.AbstractStatusChangeNotifier
List of changes to ignore.
isHandler(Class<?>) - Method in class de.codecentric.boot.admin.web.PrefixHandlerMapping
 

J

journalController() - Method in class de.codecentric.boot.admin.config.AdminServerWebConfiguration
 
JournalController - Class in de.codecentric.boot.admin.controller
REST-Controller for querying all client application events.
JournalController(ApplicationEventJournal) - Constructor for class de.codecentric.boot.admin.controller.JournalController
 
journaledEventStore() - Method in class de.codecentric.boot.admin.config.AdminServerWebConfiguration
 
journaledEventStore() - Method in class de.codecentric.boot.admin.config.HazelcastStoreConfiguration
 
JournaledEventStore - Interface in de.codecentric.boot.admin.journal.store
Interface for storing JournaledEvent

L

locateRoutes() - Method in class de.codecentric.boot.admin.zuul.ApplicationRouteLocator
 

M

mailNotifier() - Method in class de.codecentric.boot.admin.config.NotifierConfiguration.MailNotifierConfiguration
 
MailNotifier - Class in de.codecentric.boot.admin.notify
Notifier sending emails.
MailNotifier(MailSender) - Constructor for class de.codecentric.boot.admin.notify.MailNotifier
 

N

notifier - Variable in class de.codecentric.boot.admin.config.NotifierConfiguration.NotifierListenerConfiguration
 
Notifier - Interface in de.codecentric.boot.admin.notify
Interface for components which emits notifications upon status changes in clients
NotifierConfiguration - Class in de.codecentric.boot.admin.config
 
NotifierConfiguration() - Constructor for class de.codecentric.boot.admin.config.NotifierConfiguration
 
NotifierConfiguration.CompositeNotifierConfiguration - Class in de.codecentric.boot.admin.config
 
NotifierConfiguration.CompositeNotifierConfiguration() - Constructor for class de.codecentric.boot.admin.config.NotifierConfiguration.CompositeNotifierConfiguration
 
NotifierConfiguration.HipchatNotifierConfiguration - Class in de.codecentric.boot.admin.config
 
NotifierConfiguration.HipchatNotifierConfiguration() - Constructor for class de.codecentric.boot.admin.config.NotifierConfiguration.HipchatNotifierConfiguration
 
NotifierConfiguration.MailNotifierConfiguration - Class in de.codecentric.boot.admin.config
 
NotifierConfiguration.MailNotifierConfiguration() - Constructor for class de.codecentric.boot.admin.config.NotifierConfiguration.MailNotifierConfiguration
 
NotifierConfiguration.NotifierListenerConfiguration - Class in de.codecentric.boot.admin.config
 
NotifierConfiguration.NotifierListenerConfiguration() - Constructor for class de.codecentric.boot.admin.config.NotifierConfiguration.NotifierListenerConfiguration
 
NotifierConfiguration.PagerdutyNotifierConfiguration - Class in de.codecentric.boot.admin.config
 
NotifierConfiguration.PagerdutyNotifierConfiguration() - Constructor for class de.codecentric.boot.admin.config.NotifierConfiguration.PagerdutyNotifierConfiguration
 
NotifierConfiguration.SlackNotifierConfiguration - Class in de.codecentric.boot.admin.config
 
NotifierConfiguration.SlackNotifierConfiguration() - Constructor for class de.codecentric.boot.admin.config.NotifierConfiguration.SlackNotifierConfiguration
 
notifierListener() - Method in class de.codecentric.boot.admin.config.NotifierConfiguration.NotifierListenerConfiguration
 
NotifierListener - Class in de.codecentric.boot.admin.notify
 
NotifierListener(Notifier) - Constructor for class de.codecentric.boot.admin.notify.NotifierListener
 
notify(ClientApplicationEvent) - Method in class de.codecentric.boot.admin.notify.AbstractStatusChangeNotifier
 
notify(ClientApplicationEvent) - Method in class de.codecentric.boot.admin.notify.CompositeNotifier
 
notify(ClientApplicationEvent) - Method in interface de.codecentric.boot.admin.notify.Notifier
 
notify(ClientApplicationEvent) - Method in class de.codecentric.boot.admin.notify.RemindingNotifier
 

O

onApplicationEvent(HeartbeatEvent) - Method in class de.codecentric.boot.admin.discovery.ApplicationDiscoveryListener
 
onClientApplicationDeregistered(ClientApplicationDeregisteredEvent) - Method in class de.codecentric.boot.admin.config.AdminServerWebConfiguration
 
onClientApplicationEvent(ClientApplicationEvent) - Method in class de.codecentric.boot.admin.controller.JournalController
 
onClientApplicationEvent(ClientApplicationEvent) - Method in class de.codecentric.boot.admin.journal.ApplicationEventJournal
 
onClientApplicationEvent(ClientApplicationEvent) - Method in class de.codecentric.boot.admin.notify.NotifierListener
 
onClientApplicationRegistered(ClientApplicationRegisteredEvent) - Method in class de.codecentric.boot.admin.config.AdminServerWebConfiguration
 
onInstanceRegistered(InstanceRegisteredEvent<?>) - Method in class de.codecentric.boot.admin.discovery.ApplicationDiscoveryListener
 
onParentHeartbeat(ParentHeartbeatEvent) - Method in class de.codecentric.boot.admin.discovery.ApplicationDiscoveryListener
 

P

pagerdutyNotifier() - Method in class de.codecentric.boot.admin.config.NotifierConfiguration.PagerdutyNotifierConfiguration
 
PagerdutyNotifier - Class in de.codecentric.boot.admin.notify
Notifier submitting events to Pagerduty.
PagerdutyNotifier() - Constructor for class de.codecentric.boot.admin.notify.PagerdutyNotifier
 
preDecorationFilter() - Method in class de.codecentric.boot.admin.config.RevereseZuulProxyConfiguration
 
prefixHandlerMapping() - Method in class de.codecentric.boot.admin.config.AdminServerWebConfiguration
 
PrefixHandlerMapping - Class in de.codecentric.boot.admin.web
HandlerMapping to map @RequestMapping on objects and prefixes them.
PrefixHandlerMapping(Object...) - Constructor for class de.codecentric.boot.admin.web.PrefixHandlerMapping
 
proxyRequestHelper() - Method in class de.codecentric.boot.admin.config.RevereseZuulProxyConfiguration
 

R

refresh() - Method in class de.codecentric.boot.admin.zuul.ApplicationRouteLocator
 
register(Application) - Method in class de.codecentric.boot.admin.controller.RegistryController
Register an application within this admin application.
register(Application) - Method in class de.codecentric.boot.admin.registry.ApplicationRegistry
Register application.
registerHandlerMethod(Object, Method, RequestMappingInfo) - Method in class de.codecentric.boot.admin.web.PrefixHandlerMapping
 
registryController() - Method in class de.codecentric.boot.admin.config.AdminServerWebConfiguration
 
RegistryController - Class in de.codecentric.boot.admin.controller
REST controller for controlling registration of managed applications.
RegistryController(ApplicationRegistry) - Constructor for class de.codecentric.boot.admin.controller.RegistryController
 
RemindingNotifier - Class in de.codecentric.boot.admin.notify
Notifier that reminds certain statuses to send reminder notification using a delegate.
RemindingNotifier(Notifier) - Constructor for class de.codecentric.boot.admin.notify.RemindingNotifier
 
RevereseZuulProxyConfiguration - Class in de.codecentric.boot.admin.config
 
RevereseZuulProxyConfiguration() - Constructor for class de.codecentric.boot.admin.config.RevereseZuulProxyConfiguration
 
RevereseZuulProxyConfiguration.RoutesEndpointConfiguration - Class in de.codecentric.boot.admin.config
 
RevereseZuulProxyConfiguration.RoutesEndpointConfiguration() - Constructor for class de.codecentric.boot.admin.config.RevereseZuulProxyConfiguration.RoutesEndpointConfiguration
 
routeLocator() - Method in class de.codecentric.boot.admin.config.RevereseZuulProxyConfiguration
 
RoutesOutdatedEvent - Class in de.codecentric.boot.admin.event
Signals that the routes needs to be recalculated.
RoutesOutdatedEvent() - Constructor for class de.codecentric.boot.admin.event.RoutesOutdatedEvent
 

S

save(Application) - Method in interface de.codecentric.boot.admin.registry.store.ApplicationStore
Inserts a new Application into the store.
save(Application) - Method in class de.codecentric.boot.admin.registry.store.HazelcastApplicationStore
 
save(Application) - Method in class de.codecentric.boot.admin.registry.store.SimpleApplicationStore
 
selectImports(AnnotationMetadata) - Method in class de.codecentric.boot.admin.config.AdminServerImportSelector
 
sendReminders() - Method in class de.codecentric.boot.admin.notify.RemindingNotifier
 
serviceInstanceConverter() - Method in class de.codecentric.boot.admin.config.DiscoveryClientConfiguration.DefaultConverterConfiguration
 
serviceInstanceConverter() - Method in class de.codecentric.boot.admin.config.DiscoveryClientConfiguration.EurekaConverterConfiguration
 
ServiceInstanceConverter - Interface in de.codecentric.boot.admin.discovery
Converts ServiceInstances to Applications.
setApplicationContext(ApplicationContext) - Method in class de.codecentric.boot.admin.config.AdminServerWebConfiguration
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class de.codecentric.boot.admin.registry.ApplicationRegistry
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class de.codecentric.boot.admin.registry.StatusUpdater
 
setAuthToken(String) - Method in class de.codecentric.boot.admin.notify.HipchatNotifier
 
setCapacity(int) - Method in class de.codecentric.boot.admin.journal.store.SimpleJournaledEventStore
 
setCc(String[]) - Method in class de.codecentric.boot.admin.notify.MailNotifier
 
setChannel(String) - Method in class de.codecentric.boot.admin.notify.SlackNotifier
 
setClient(String) - Method in class de.codecentric.boot.admin.notify.PagerdutyNotifier
 
setClientUrl(URI) - Method in class de.codecentric.boot.admin.notify.PagerdutyNotifier
 
setContextPath(String) - Method in class de.codecentric.boot.admin.config.AdminServerProperties
 
setConverter(ServiceInstanceConverter) - Method in class de.codecentric.boot.admin.discovery.ApplicationDiscoveryListener
 
setDescription(String) - Method in class de.codecentric.boot.admin.notify.HipchatNotifier
 
setDescription(String) - Method in class de.codecentric.boot.admin.notify.PagerdutyNotifier
 
setEnabled(boolean) - Method in class de.codecentric.boot.admin.notify.AbstractStatusChangeNotifier
 
setFrom(String) - Method in class de.codecentric.boot.admin.notify.MailNotifier
 
setHealthEndpointPath(String) - Method in class de.codecentric.boot.admin.discovery.DefaultServiceInstanceConverter
path of the health-endpoint to be used for the health-url of the discovered service.
setIcon(String) - Method in class de.codecentric.boot.admin.notify.SlackNotifier
 
setIgnoreChanges(String[]) - Method in class de.codecentric.boot.admin.notify.AbstractStatusChangeNotifier
 
setManagementContextPath(String) - Method in class de.codecentric.boot.admin.discovery.DefaultServiceInstanceConverter
management.context-path to be appended to the url of the discovered service for the managment-url.
setMessage(Expression) - Method in class de.codecentric.boot.admin.notify.SlackNotifier
 
setNotify(Boolean) - Method in class de.codecentric.boot.admin.notify.HipchatNotifier
 
setPeriod(long) - Method in class de.codecentric.boot.admin.config.AdminServerProperties.MonitorProperties
 
setPrefix(String) - Method in class de.codecentric.boot.admin.web.PrefixHandlerMapping
 
setProxyEndpoints(String[]) - Method in class de.codecentric.boot.admin.zuul.ApplicationRouteLocator
 
setReminderPeriod(long) - Method in class de.codecentric.boot.admin.notify.RemindingNotifier
 
setReminderStatuses(String[]) - Method in class de.codecentric.boot.admin.notify.RemindingNotifier
 
setRestTemplate(RestTemplate) - Method in class de.codecentric.boot.admin.notify.HipchatNotifier
 
setRestTemplate(RestTemplate) - Method in class de.codecentric.boot.admin.notify.PagerdutyNotifier
 
setRestTemplate(RestTemplate) - Method in class de.codecentric.boot.admin.notify.SlackNotifier
 
setRoomId(String) - Method in class de.codecentric.boot.admin.notify.HipchatNotifier
 
setServiceKey(String) - Method in class de.codecentric.boot.admin.notify.PagerdutyNotifier
 
setStatusLifetime(long) - Method in class de.codecentric.boot.admin.config.AdminServerProperties.MonitorProperties
 
setStatusLifetime(long) - Method in class de.codecentric.boot.admin.registry.StatusUpdater
 
setSubject(String) - Method in class de.codecentric.boot.admin.notify.MailNotifier
 
setText(String) - Method in class de.codecentric.boot.admin.notify.MailNotifier
 
setTo(String[]) - Method in class de.codecentric.boot.admin.notify.MailNotifier
 
setUrl(URI) - Method in class de.codecentric.boot.admin.notify.HipchatNotifier
 
setUrl(URI) - Method in class de.codecentric.boot.admin.notify.PagerdutyNotifier
 
setUsername(String) - Method in class de.codecentric.boot.admin.notify.SlackNotifier
 
setWebhookUrl(URI) - Method in class de.codecentric.boot.admin.notify.SlackNotifier
 
shouldEndReminder(ClientApplicationEvent) - Method in class de.codecentric.boot.admin.notify.RemindingNotifier
 
shouldNotify(String, String) - Method in class de.codecentric.boot.admin.notify.AbstractStatusChangeNotifier
 
shouldStartReminder(ClientApplicationEvent) - Method in class de.codecentric.boot.admin.notify.RemindingNotifier
 
SimpleApplicationStore - Class in de.codecentric.boot.admin.registry.store
Simple ApplicationStore backed by a ConcurrentHashMap.
SimpleApplicationStore() - Constructor for class de.codecentric.boot.admin.registry.store.SimpleApplicationStore
 
simpleHostRoutingFilter() - Method in class de.codecentric.boot.admin.config.RevereseZuulProxyConfiguration
 
SimpleJournaledEventStore - Class in de.codecentric.boot.admin.journal.store
Simple, non-persistent Store for JournaledEvent
SimpleJournaledEventStore() - Constructor for class de.codecentric.boot.admin.journal.store.SimpleJournaledEventStore
 
slackNotifier() - Method in class de.codecentric.boot.admin.config.NotifierConfiguration.SlackNotifierConfiguration
 
SlackNotifier - Class in de.codecentric.boot.admin.notify
Notifier submitting events to Slack.
SlackNotifier() - Constructor for class de.codecentric.boot.admin.notify.SlackNotifier
 
statusUpdater() - Method in class de.codecentric.boot.admin.config.AdminServerWebConfiguration
 
StatusUpdater - Class in de.codecentric.boot.admin.registry
The StatusUpdater is responsible for updatig the status of all or a single application querying the healthUrl.
StatusUpdater(RestTemplate, ApplicationStore) - Constructor for class de.codecentric.boot.admin.registry.StatusUpdater
 
store(ClientApplicationEvent) - Method in class de.codecentric.boot.admin.journal.store.HazelcastJournaledEventStore
 
store(ClientApplicationEvent) - Method in interface de.codecentric.boot.admin.journal.store.JournaledEventStore
 
store(ClientApplicationEvent) - Method in class de.codecentric.boot.admin.journal.store.SimpleJournaledEventStore
 

U

unregister(String) - Method in class de.codecentric.boot.admin.controller.RegistryController
Unregister an application within this admin application.
updateStatus(Application) - Method in class de.codecentric.boot.admin.registry.StatusUpdater
 
updateStatusForAllApplications() - Method in class de.codecentric.boot.admin.registry.StatusUpdater
 
updateTaskRegistrar() - Method in class de.codecentric.boot.admin.config.AdminServerWebConfiguration
 

Z

zuulEndpoint(RouteLocator) - Method in class de.codecentric.boot.admin.config.RevereseZuulProxyConfiguration.RoutesEndpointConfiguration
 
zuulRefreshRoutesListener() - Method in class de.codecentric.boot.admin.config.RevereseZuulProxyConfiguration
 
A B C D E F G H I J L M N O P R S U Z 

Copyright © 2016 codecentric AG. All rights reserved.