Class RepositoryGuard
java.lang.Object
org.springframework.statemachine.data.BaseRepositoryEntity
org.springframework.statemachine.data.RepositoryGuard
- Direct Known Subclasses:
JpaRepositoryGuard
,MongoDbRepositoryGuard
,RedisRepositoryGuard
Generic base class representing guard entity.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
RepositoryGuard
public RepositoryGuard()
-
-
Method Details
-
getName
Gets the name.- Returns:
- the name
-
getSpel
Gets the spel.- Returns:
- the spel
-