All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.rackspacecloud.client.service_registry.events.server.AbstractServiceEvent Maven / Gradle / Ivy

package com.rackspacecloud.client.service_registry.events.server;

import com.rackspacecloud.client.service_registry.objects.Service;

public class AbstractServiceEvent extends BaseEvent {
    private final Service service;
    
    public AbstractServiceEvent(Service service) {
        this.service = service;
    }
    
    public Service getService() { return service; }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy