Index
All Classes and Interfaces|All Packages
A
- AbstractQuickFixJEndpoint - Class in io.allune.quickfixj.spring.boot.actuate.endpoint
-
Base class for QuickFIX/J
Endpoints.
C
- clientActuatorSanitizer() - Method in class io.allune.quickfixj.spring.boot.actuate.config.QuickFixJClientEndpointAutoConfiguration
-
Deprecated.
D
- doHealthCheck(Health.Builder) - Method in class io.allune.quickfixj.spring.boot.actuate.health.QuickFixJSessionHealthIndicator
E
- ERROR - Enum constant in enum io.allune.quickfixj.spring.boot.actuate.health.QuickFixJSessionHealthIndicator.SessionStatus
I
- io.allune.quickfixj.spring.boot.actuate.config - package io.allune.quickfixj.spring.boot.actuate.config
- io.allune.quickfixj.spring.boot.actuate.endpoint - package io.allune.quickfixj.spring.boot.actuate.endpoint
- io.allune.quickfixj.spring.boot.actuate.health - package io.allune.quickfixj.spring.boot.actuate.health
K
- keysToSanitize(String...) - Method in class org.springframework.boot.actuate.endpoint.Sanitizer
-
Adds keys that should be sanitized.
L
- LOGGED_OFF - Enum constant in enum io.allune.quickfixj.spring.boot.actuate.health.QuickFixJSessionHealthIndicator.SessionStatus
- LOGGED_ON - Enum constant in enum io.allune.quickfixj.spring.boot.actuate.health.QuickFixJSessionHealthIndicator.SessionStatus
N
- NOT_IN_SESSION - Enum constant in enum io.allune.quickfixj.spring.boot.actuate.health.QuickFixJSessionHealthIndicator.SessionStatus
O
- org.springframework.boot.actuate.endpoint - package org.springframework.boot.actuate.endpoint
Q
- quickfixjClientEndpoint(Initiator, SessionSettings, Sanitizer) - Method in class io.allune.quickfixj.spring.boot.actuate.config.QuickFixJClientEndpointAutoConfiguration
-
Deprecated.
- QuickFixJClientEndpoint - Class in io.allune.quickfixj.spring.boot.actuate.endpoint
-
Endpointto expose QuickFIX/J client info. - QuickFixJClientEndpoint(Initiator, SessionSettings, Sanitizer) - Constructor for class io.allune.quickfixj.spring.boot.actuate.endpoint.QuickFixJClientEndpoint
- QuickFixJClientEndpointAutoConfiguration - Class in io.allune.quickfixj.spring.boot.actuate.config
-
Deprecated.
- QuickFixJClientEndpointAutoConfiguration() - Constructor for class io.allune.quickfixj.spring.boot.actuate.config.QuickFixJClientEndpointAutoConfiguration
-
Deprecated.
- quickfixjClientSessionHealthIndicator(Initiator, SessionScheduleFactory, SessionSettings) - Method in class io.allune.quickfixj.spring.boot.actuate.config.QuickFixJClientEndpointAutoConfiguration
-
Deprecated.
- quickfixjServerEndpoint(Acceptor, SessionSettings, Sanitizer) - Method in class io.allune.quickfixj.spring.boot.actuate.config.QuickFixJServerEndpointAutoConfiguration
-
Deprecated.
- QuickFixJServerEndpoint - Class in io.allune.quickfixj.spring.boot.actuate.endpoint
-
Endpointto expose QuickFIX/J server info. - QuickFixJServerEndpoint(Acceptor, SessionSettings, Sanitizer) - Constructor for class io.allune.quickfixj.spring.boot.actuate.endpoint.QuickFixJServerEndpoint
- QuickFixJServerEndpointAutoConfiguration - Class in io.allune.quickfixj.spring.boot.actuate.config
-
Deprecated.
- QuickFixJServerEndpointAutoConfiguration() - Constructor for class io.allune.quickfixj.spring.boot.actuate.config.QuickFixJServerEndpointAutoConfiguration
-
Deprecated.
- quickfixjServerSessionHealthIndicator(Acceptor, SessionScheduleFactory, SessionSettings) - Method in class io.allune.quickfixj.spring.boot.actuate.config.QuickFixJServerEndpointAutoConfiguration
-
Deprecated.
- QuickFixJSessionHealthIndicator - Class in io.allune.quickfixj.spring.boot.actuate.health
- QuickFixJSessionHealthIndicator(Connector, SessionScheduleFactory, SessionSettings) - Constructor for class io.allune.quickfixj.spring.boot.actuate.health.QuickFixJSessionHealthIndicator
- QuickFixJSessionHealthIndicator.SessionStatus - Enum in io.allune.quickfixj.spring.boot.actuate.health
R
- readProperties() - Method in class io.allune.quickfixj.spring.boot.actuate.endpoint.AbstractQuickFixJEndpoint
S
- sanitize(String, Object) - Method in class org.springframework.boot.actuate.endpoint.Sanitizer
-
Sanitize the given value if necessary.
- sanitize(SanitizableData) - Method in class org.springframework.boot.actuate.endpoint.Sanitizer
-
Sanitize the value from the given
SanitizableDatausing the availableSanitizingFunctions. - Sanitizer - Class in org.springframework.boot.actuate.endpoint
-
Borrowed from https://github.com/spring-projects/spring-boot/blob/2.7.x/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/Sanitizer.java as Sanitizer in Spring Boot 3 is not backward compatible with the version shipped in Spring Boot 2
- Sanitizer() - Constructor for class org.springframework.boot.actuate.endpoint.Sanitizer
-
Create a new
Sanitizerinstance with a default set of keys to sanitize. - Sanitizer(Iterable<SanitizingFunction>) - Constructor for class org.springframework.boot.actuate.endpoint.Sanitizer
-
Create a new
Sanitizerinstance with a default set of keys to sanitize and additional sanitizing functions. - Sanitizer(Iterable<SanitizingFunction>, String...) - Constructor for class org.springframework.boot.actuate.endpoint.Sanitizer
-
Create a new
Sanitizerinstance with specific keys to sanitize and additional sanitizing functions. - Sanitizer(String...) - Constructor for class org.springframework.boot.actuate.endpoint.Sanitizer
-
Create a new
Sanitizerinstance with specific keys to sanitize. - serverActuatorSanitizer() - Method in class io.allune.quickfixj.spring.boot.actuate.config.QuickFixJServerEndpointAutoConfiguration
-
Deprecated.
- sessionSchedule() - Method in class io.allune.quickfixj.spring.boot.actuate.config.QuickFixJClientEndpointAutoConfiguration
-
Deprecated.
- sessionSchedule() - Method in class io.allune.quickfixj.spring.boot.actuate.config.QuickFixJServerEndpointAutoConfiguration
-
Deprecated.
- setKeysToSanitize(String...) - Method in class org.springframework.boot.actuate.endpoint.Sanitizer
-
Set the keys that should be sanitized, overwriting any existing configuration.
V
- valueOf(String) - Static method in enum io.allune.quickfixj.spring.boot.actuate.health.QuickFixJSessionHealthIndicator.SessionStatus
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.allune.quickfixj.spring.boot.actuate.health.QuickFixJSessionHealthIndicator.SessionStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes and Interfaces|All Packages