@FunctionalInterface public interface StorageThreadNameProvider
| Modifier and Type | Interface and Description |
|---|---|
static class |
StorageThreadNameProvider.NoOp |
static class |
StorageThreadNameProvider.Prefixer |
| Modifier and Type | Method and Description |
|---|---|
static StorageThreadNameProvider |
NoOp() |
static StorageThreadNameProvider |
Prefixer(String prefix) |
String |
provideThreadName(StorageThreadProviding threadProvider,
String definedThreadName) |
String provideThreadName(StorageThreadProviding threadProvider, String definedThreadName)
static StorageThreadNameProvider NoOp()
static StorageThreadNameProvider Prefixer(String prefix)
Copyright © 2022 MicroStream Software. All rights reserved.