Modifier and Type | Method and Description |
---|---|
User |
UserService.getUser(String id)
Gets a user by the given id
|
Modifier and Type | Method and Description |
---|---|
Collection<User> |
UserService.listUsers()
List all users
|
Modifier and Type | Method and Description |
---|---|
void |
UserService.updateUser(User user)
Updates or creates the given user
|
Apache Camel