| Package | Description |
|---|---|
| biz.onixs.fix.engine | |
| biz.onixs.fix.engine.storage |
| Modifier and Type | Field and Description |
|---|---|
static FileFlushPolicy |
EngineSettings.FILE_FLUSH_POLICY_PER_MESSAGE_DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
FileFlushPolicy |
EngineSettings.getFileFlushPolicyPerMessage()
Returns the default policy controlling how session storage flushes data to disk after processing each message.
|
static FileFlushPolicy |
FileFlushPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileFlushPolicy[] |
FileFlushPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Session |
Session.send(List<Message> messages,
FileFlushPolicy flushPolicyBeforeSend)
Sends the structured messages to the counterparty, applying an explicit flush policy
before the messages are transmitted.
|
EngineSettings |
EngineSettings.setFileFlushPolicyPerMessage(FileFlushPolicy fileFlushPolicyPerMessage)
Sets the default policy controlling how session storage flushes data to disk after processing each message.
|
| Modifier and Type | Method and Description |
|---|---|
FileFlushPolicy |
FileBasedStorageRepository.getFileFlushPolicyPerMessage()
Returns the file flush policy applied after writing each message.
|
FileFlushPolicy |
FileBasedSessionStorage.getFileFlushPolicyPerMessage()
Returns the file flush policy applied after processing each message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileBasedStorageRepository.setFileFlushPolicyPerMessage(FileFlushPolicy fileFlushPolicyPerMessage)
Sets the file flush policy applied after writing each message.
|
void |
FileBasedSessionStorage.setFileFlushPolicyPerMessage(FileFlushPolicy fileFlushPolicyPerMessage)
Sets the file flush policy applied after processing each message.
|
Copyright © 2005–2025 Onix Solutions. All rights reserved.