public interface Service
ServiceProfile
Modifier and Type | Method and Description |
---|---|
void |
configure(ServiceProfile<?> profile)
Configures this service.
|
void configure(ServiceProfile<?> profile) throws InterruptedException, IOException
profile
- the profile of this serviceInterruptedException
- if interrupted in configurationIOException
- if failed to configure this serviceIllegalArgumentException
- if some parameters were null
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.