-
public interface NamingSchema
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceNamingSchema.ForCachepublic interfaceNamingSchema.ForClientpublic interfaceNamingSchema.ForCloudpublic interfaceNamingSchema.ForDatabasepublic interfaceNamingSchema.ForMessagingpublic interfaceNamingSchema.ForPeerServicepublic interfaceNamingSchema.ForServer
-
Method Summary
Modifier and Type Method Description abstract NamingSchema.ForCachecache()Get the naming policy for caches. abstract NamingSchema.ForClientclient()Get the naming policy for clients (http, soap, ...). abstract NamingSchema.ForCloudcloud()Get the naming policy for cloud providers (aws, gpc, azure, ...). abstract NamingSchema.ForDatabasedatabase()Get the naming policy for databases. abstract NamingSchema.ForMessagingmessaging()Get the naming policy for messaging. abstract NamingSchema.ForServerserver()Get the naming policy for servers. abstract NamingSchema.ForPeerServicepeerService()Policy for peer service tags calculation abstract booleanallowInferredServices()If true, the schema allows having service names ! -
-
Method Detail
-
cache
abstract NamingSchema.ForCache cache()
Get the naming policy for caches.
-
client
abstract NamingSchema.ForClient client()
Get the naming policy for clients (http, soap, ...).
-
cloud
abstract NamingSchema.ForCloud cloud()
Get the naming policy for cloud providers (aws, gpc, azure, ...).
-
database
abstract NamingSchema.ForDatabase database()
Get the naming policy for databases.
-
messaging
abstract NamingSchema.ForMessaging messaging()
Get the naming policy for messaging.
-
server
abstract NamingSchema.ForServer server()
Get the naming policy for servers.
-
peerService
abstract NamingSchema.ForPeerService peerService()
Policy for peer service tags calculation
-
allowInferredServices
abstract boolean allowInferredServices()
If true, the schema allows having service names != DD_SERVICE
-
-
-
-