@Component
public class EventTypeService
extends java.lang.Object
| Constructor and Description |
|---|
EventTypeService(EventTypeRepository eventTypeRepository,
TopicRepository topicRepository,
PartitionResolver partitionResolver,
Enrichment enrichment,
UUIDGenerator uuidGenerator,
FeatureToggleService featureToggleService) |
| Modifier and Type | Method and Description |
|---|---|
Result<java.lang.Void> |
create(EventType eventType) |
Result<java.lang.Void> |
delete(java.lang.String eventTypeName,
Client client) |
Result<EventType> |
get(java.lang.String eventTypeName) |
java.util.List<EventType> |
list() |
Result<java.lang.Void> |
update(java.lang.String eventTypeName,
EventType eventType,
Client client) |
@Autowired public EventTypeService(EventTypeRepository eventTypeRepository, TopicRepository topicRepository, PartitionResolver partitionResolver, Enrichment enrichment, UUIDGenerator uuidGenerator, FeatureToggleService featureToggleService)