blob: d33c0d70ab6574b0e4c2a6f049cca4b2a07b68f1 [file] [log] [blame]
Shravan Ambati7d199542016-04-22 16:09:05 -07001/**
2 * Copyright 2016-present Open Networking Laboratory Licensed under the Apache
3 * License, Version 2.0 (the "License"); you may not use this file except in
4 * compliance with the License. You may obtain a copy of the License at
5 *
6 * http://www.apache.org/licenses/LICENSE-2.0
7 *
8 * Unless required by applicable law or agreed to in writing, software
9 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
10 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
11 * License for the specific language governing permissions and limitations under
12 * the License.
13 */
14
15/**
Shravan Ambatibb6b4452016-05-04 13:25:28 -070016 * Converters for converting various ONOS events to their corresponding Protocol
17 * Buffer format.
18 *
Shravan Ambati7d199542016-04-22 16:09:05 -070019 */
Shravan Ambatibb6b4452016-05-04 13:25:28 -070020package org.onosproject.kafkaintegration.converter;